[PATCH] D15033: tools/llvm-config: improve shared library support

Richard Diamond via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 12:21:39 PST 2015


DiamondLovesYou added a comment.

It looks like if LLVM is built with LLVM_LINK_LLVM_DYLIB=ON and `--link-static` is provided and the static archives are removed, `llvm-config` doesn't error and still prints the shared lib with `--libs`.


http://reviews.llvm.org/D15033





More information about the llvm-commits mailing list