[llvm-dev] llvm-config with shared libraries in cmake builds broken (since r257003?)

Nicolai Hähnle via llvm-dev llvm-dev at lists.llvm.org
Thu Jan 7 12:53:40 PST 2016


Hi Andrew,

since today, I get:

$ llvm-config --link-shared --libs engine
llvm-config: error: libLLVM-3.8svn.so is missing

Looking at the log, this is most likely caused by your recent change. 
cmake shared library builds generate separate .so files analogous to the 
static library builds, e.g. libLLVMCodeGen.so (no version suffix, 
curiously enough). It would be nice if that wasn't broken :)

Cheers,
Nicolai


More information about the llvm-dev mailing list