[cfe-dev] Problems compiling clang-interpreter example
75rmag+zl3hx0 at guerrillamail.com
75rmag+zl3hx0 at guerrillamail.com
Thu Oct 11 17:21:36 PDT 2012
Hello everyone,
I am really new to llvm+clang.
I'm using MSVC 2008.
I was looking at integrating a C/C++ interpreter in my application and came across the clang example.
When I try to compile the clang-interpreter, I get the following error during the linking process.
unresolved external symbol _LLVMLinkInJIT referenced in function
The caused of this error comes from llvm/ExecutionEngine/JIT.h
I'm guessing my application needs to define LLVMLinkInJIT somewhere.
But after searching for hours of searching the internet and forums and try different solutions I am still back to where I started.
Does anyone know the solution to the problem?
Any help will be greatly appreciated.
Thanks,
- Sid
More information about the cfe-dev
mailing list