search for: _llvmlinkinmcjit

Displaying 1 result from an estimated 1 matches for "_llvmlinkinmcjit".

Did you mean: llvmlinkinmcjit
2010 Nov 17
2
[LLVMdev] LLVM build failure when using CMake
Recently I have been getting a build failure while trying to link lli when performing a cmake based build. The failure is: Undefined symbols: "_LLVMLinkInMCJIT", referenced from: (anonymous namespace)::ForceMCJITLinking::ForceMCJITLinking()in lli.cpp.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [bin/lli] Error 1 I have fixed this with the attached patch. It anybody else getting this error? Should I comm...