[PATCH] D38057: Try again to fix libcxx CMake so that it doesn't break when no LLVM source tree is available
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 9 09:53:03 PST 2019
mgorny added a comment.
Herald added a subscriber: christof.
This actually **breaks** using external lit. It no longer respects `-DLLVM_EXTERNAL_LIT` passed to CMake, and instead forces the hardcoded libcxx path, which — since the file listed there doesn't exist — causes fallback to also-non-existing `llvm-lit` to happen.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D38057/new/
https://reviews.llvm.org/D38057
More information about the llvm-commits
mailing list