<div dir="ltr">Hi all, <div><br></div><div>Is the static method llvm::ExecutionEngine::createJIT() still supported on 3.4.2? Compile went ok, linking failed. Any idea? </div><div><br></div><div>Thanks,</div><div>-cktan</div>
<div><br></div><div><div>clang++ -g -O0 `llvm-config --cxxflags` hello.cpp jit.o `llvm-config --libs core jit native` `llvm-config --ldflags` -o hello</div><div>Undefined symbols for architecture x86_64:</div><div>  "llvm::ExecutionEngine::createJIT(llvm::Module*, std::string*, llvm::JITMemoryManager*, llvm::CodeGenOpt::Level, bool, llvm::Reloc::Model, llvm::CodeModel::Model)", referenced from:</div>
<div>      jit_init(bool) in jit.o</div><div>ld: symbol(s) not found for architecture x86_64</div><div>clang: error: linker command failed with exit code 1 (use -v to see invocation)</div><div>make: *** [hello] Error 1</div>
</div><div><br></div></div>