Displaying 1 result from an estimated 1 matches for "createandverifyfunctiontest".
2011 Nov 07
0
[LLVMdev] r139934 requires (correct?) code organization changes
...ing clang, and llvm, it seems I can no longer deposit
llvm code involving jit, and IR gen functionality into shared libraries, if the translation
unit containing main also contains such features. For example using the attached
files, place externalVerify.cpp into a dynamic shared library, and build createAndVerifyFunctionTest.cpp
against it. Running it (with asserts on) creates:
Two passes with the same argument (-domtree) attempted to be registered!
UNREACHABLE executed at <root dir>/llvm/include/llvm/Support/PassNameParser.h:73!
Prior to patch r139934 (prior to the default platform's installed clang buildi...