llvm-project/libcxx/cmake/Modules
Michal Gorny 7c3e4ebd92 [cmake] Allow testing against installed LLVM with no sources
Adjust the stand-alone build files to accept either CMake files from
LLVM_CMAKE_PATH or from LLVM_MAIN_SRC_DIR instead of requiring both.
This makes it possible to run libcxx tests on top of installed LLVM
and lit, without having to unpack a copy of LLVM sources. Furthermore,
it avoids adding duplicate paths.

Differential Revision: https://reviews.llvm.org/D25093

llvm-svn: 284583
2016-10-19 12:34:17 +00:00
..
CheckLibcxxAtomic.cmake Fix libc++ configuration with -fsanitize-coverage 2016-09-01 01:38:32 +00:00
CodeCoverage.cmake [libcxx] Add code coverage configuration to CMake and LIT. 2015-03-31 04:15:45 +00:00
HandleLibCXXABI.cmake Remove dead CMake target 2016-10-14 09:06:38 +00:00
HandleLibcxxFlags.cmake Fix linker script generation for in-tree builds 2016-10-09 21:34:03 +00:00
HandleOutOfTreeLLVM.cmake [cmake] Allow testing against installed LLVM with no sources 2016-10-19 12:34:17 +00:00
MacroEnsureOutOfSourceBuild.cmake