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

Niels Ole Salscheider via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 14:54:44 PST 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-the-libdir-suffix-for-LLVM_CMAKE_PATH.patch
Type: text/x-patch
Size: 886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160204/990adb31/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-the-search-path-for-CMake-files.patch
Type: text/x-patch
Size: 1101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160204/990adb31/attachment-0001.bin>


More information about the llvm-commits mailing list