[PATCH] D13198: Fix `llvm-config` to adapt to the install environment.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 10:04:34 PST 2015


beanz added a subscriber: beanz.
beanz added a comment.

We've made some changes recently to LLVM's CMake usage to make it match the output of our autoconf build. The changes were reviewed here: http://reviews.llvm.org/D13841

These changes aren't ideal for a number of reasons, but they make your patches not work correctly on trunk. The main changes are:

- The version is only part of the library path on Linux
- The version is always before the shared library extension (meaning libLLVM-3.8.so not the more-typical libLLVM.so.3.8)


http://reviews.llvm.org/D13198





More information about the llvm-commits mailing list