[PATCH] [libcxx] Require LLVM in libc++'s CMake.

Eric Fiselier eric at efcs.ca
Tue May 26 20:47:00 PDT 2015


Hi mclow.lists, danalbert, jroelofs,

This patch change the  libc++' standalone build so that it requires LLVM. Previously LLVM was only required to run the test suite. 
libc++ now uses LLVM's CMake modules to handle shared options like `LLVM_USE_SANITIZER` and `LLVM_ENABLE_32_BITS`.

This patch fixes the following bugs:
* PR23670 - https://llvm.org/bugs/show_bug.cgi?id=23670
* PR23671 - https://llvm.org/bugs/show_bug.cgi?id=23671

http://reviews.llvm.org/D10055

Files:
  CMakeLists.txt
  cmake/Modules/FindLLVM.cmake
  test/CMakeLists.txt
  test/lit.site.cfg.in
  www/index.html

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10055.26575.patch
Type: text/x-patch
Size: 14705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150527/cfde557d/attachment.bin>


More information about the cfe-commits mailing list