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

Brad King via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 07:34:29 PST 2015


brad.king added a comment.

In http://reviews.llvm.org/D13198#279493, @DiamondLovesYou wrote:

> Thanks for running a build! Does Darwin's autoconf do the same? (EDIT: grammars)


With autoconf the library name is `libLLVM-3.8svn.dylib` and there is a symlink called `libLLVM-3.8.0svn.dylib` that points to it (which seems reversed, BTW).  However, since LLVM_ENABLE_SHARED is hard-coded to OFF for autoconf builds (by this patch) the `--libfiles` output does not list the dylib anyway.


Repository:
  rL LLVM

http://reviews.llvm.org/D13198





More information about the llvm-commits mailing list