llvm-project/libcxx/cmake/Modules
Louis Dionne 0389462587 [libc++] Do not install the C++ ABI library's headers as part of libc++'s build
It's the role of the C++ ABI library to install its own headers, not libc++.
This fixes an existing issue causing spurious CI failures where both libc++
and libc++abi would try to install <cxxabi.h> & friends in the same location,
leading to failures during the installation step.

Differential Revision: https://reviews.llvm.org/D121706
2022-03-16 08:53:47 -04:00
..
CodeCoverage.cmake
DefineLinkerScript.cmake [pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nelson nadiasvertex@gmail.com 2021-10-15 15:36:07 +03:00
HandleLibCXXABI.cmake [libc++] Do not install the C++ ABI library's headers as part of libc++'s build 2022-03-16 08:53:47 -04:00
HandleLibcxxFlags.cmake [runtimes] Don't try passing --target flags to GCC 2021-07-15 16:52:02 -04:00
MacroEnsureOutOfSourceBuild.cmake