search for: r257003

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

Did you mean: r256003
2016 Jan 07
2
llvm-config with shared libraries in cmake builds broken (since r257003?)
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