[PATCH] D13198: Fix `llvm-config` to adapt to the install environment.
Richard Diamond via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 14:09:24 PST 2015
DiamondLovesYou added a comment.
In http://reviews.llvm.org/D13198#279173, @brad.king wrote:
>
> I built and tested on OS X and there is a problem. For versioned shared libraries, CMake places the version number before the `.dylib` suffix, as in `libLLVMObject.3.8.0svn.dylib` instead of `libLLVMObject.dylib.3.8.0svn`. The `--libfiles` output currently constructs the versioned names with the components in the wrong order. On Linux the order is correct and the named files exist.
Thanks for running a build! Does Darwin's autoconf do same?
Repository:
rL LLVM
http://reviews.llvm.org/D13198
More information about the llvm-commits
mailing list