[llvm-dev] Problems linking against LLVM 3.8.0

Lorenzo Laneve via llvm-dev llvm-dev at lists.llvm.org
Sun Mar 20 16:09:24 PDT 2016


I downloaded the precompiled llvm+clang 3.8.0 and tried to link my project against the new llvm libs.
The problem is that the linker says some symbols are not found.
I took a look at the llvm-config output and the lib directory and libLLVMipa.a is missing in both
I don't know if that's a bug or it has been removed with the new version. I'll try to compile it myself and see if it works


More information about the llvm-dev mailing list