Use libc++ when selected as default Clang stdlib and avoid checking
C++ compiler when using the in-tree version of libc++.
This is a partial alternative to D47094 that does not rely on compiler
runtime checks.
Differential D47100
[CMake] Support libc++ as Clang default stdlib in compiler-rt ClosedPublic Authored by phosek on May 18 2018, 8:21 PM.
Details Summary Use libc++ when selected as default Clang stdlib and avoid checking This is a partial alternative to D47094 that does not rely on compiler
Diff Detail
Event Timelinephosek retitled this revision from [CMake] Support libc++ as Clang default stdlib to [CMake] Support libc++ as Clang default stdlib in compiler-rt. phosek added a child revision: D47115: [CMake] Support builtins as Clang default rtlib in compiler-rt.May 19 2018, 5:58 PM vitalybuka added inline comments.
This revision is now accepted and ready to land.May 21 2018, 3:32 PM
phosek mentioned this in D47168: [CMake] Pass Clang defaults to runtimes builds.May 21 2018, 4:25 PM
Closed by commit rCRT333010: [CMake] Support libc++ as Clang default stdlib in compiler-rt (authored by phosek). · Explain WhyMay 22 2018, 11:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 148061 CMakeLists.txt
cmake/config-ix.cmake
|