[PATCH] Fix CMake search paths for compiler-rt and libcxx

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 15:02:36 PST 2016


LGTM.

Thanks,
-Chris

> On Feb 4, 2016, at 2:54 PM, Niels Ole Salscheider <niels_ole at salscheider-online.de> wrote:
> 
> Hi,
> 
> I have pushed the patches that move LLVM's and Clang's CMake files from share 
> to lib.
> Unfortunately, I missed that compiler-rt, libcxx and lldb also have the CMake 
> search path hardcoded. I pushed a fix for compiler-rt (http://lists.llvm.org/
> pipermail/llvm-commits/Week-of-Mon-20160201/330151.html) when the buildbots 
> complained but the libdir suffix is missing - the first attached patch fixes that.
> 
> The second is a patch for libcxx that adjusts the corresponding paths and the 
> fix for lldb can be found here: http://lists.llvm.org/pipermail/lldb-commits/
> Week-of-Mon-20160201/027317.html
> 
> Please review these patches. I'm sorry that I did not notice this earlier.
> 
> - Ole<0001-Fix-the-libdir-suffix-for-LLVM_CMAKE_PATH.patch><0001-Fix-the-search-path-for-CMake-files.patch>



More information about the llvm-commits mailing list