[LLVMdev] Unable to schedule 'Dominator Tree Construction' required by 'Module Verifier' (original) (raw)
mondi mondi at dyskinetic.com
Thu Jul 26 13:27:12 PDT 2012
- Previous message: [LLVMdev] RFC: CondCodeActions refactor (was RE: Why is this assertion here?)
- Next message: [LLVMdev] Unable to schedule 'Dominator Tree Construction' required by 'Module Verifier'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have a simple parser / JIT execution module which I recently split up into separate shared libraries.
Previously, and as a test case, I'd generate IR, and immediately reparse / execute it. Now, the execution step lives in a separate but linked shared library. As soon as this happened, this error start popping up:
Unable to schedule 'Dominator Tree Construction' required by 'Module Verifier' Unable to schedule pass UNREACHABLE executed at PassManager.cpp:1230!
I've reduced it to the bare minimum test case - parser + linked execution, and it fails as long as the execution code is run from a dylib.
This is with the latest SVN code, on OS X 10.8
Anyone else seen this behaviour? Hopefully I'm missing something obvious
.m
- Previous message: [LLVMdev] RFC: CondCodeActions refactor (was RE: Why is this assertion here?)
- Next message: [LLVMdev] Unable to schedule 'Dominator Tree Construction' required by 'Module Verifier'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]