[PATCH] D13198: Fix `llvm-config` to adapt to the install environment.
Brad King via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 12:06:36 PST 2015
brad.king added a comment.
I applied the updated changes on top of r252467 and built all combinations of:
- OS: Linux / OS X
- Build tool: autoconf / cmake
- `--enable-shared` (`LLVM_BUILD_LLVM_DYLIB`): ON / OFF
I also tried removing the `.a` files so that `llvm-config` would switch to reporting the single shared library instead of the components.
All worked as expected.
http://reviews.llvm.org/D13198
More information about the llvm-commits
mailing list