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.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Combined with D25076 (on llvm), this lets me run libcxx test suite on top of installed LLVM+lit, without LLVM sources.