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

Brad King via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 10:20:39 PST 2015


brad.king added a comment.

Sorry for the delay.  Overall the changes look good.  The configuration of BuildVariables.inc looks right.

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.


Repository:
  rL LLVM

http://reviews.llvm.org/D13198





More information about the llvm-commits mailing list