[PATCH] D57406: build: remove use of llvm-config
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 30 13:17:04 PST 2019
tstellar added a comment.
In D57406#1377708 <https://reviews.llvm.org/D57406#1377708>, @compnerd wrote:
> This doesn't break the build, we check that the path exists, and `find_program` will not error out. You can still specify `LLVM_LIT_EXE` to specify the `lit.py` to use. Is that not sufficient for your needs?
The unittests won't be enabled unless ${LLVM_BUILD_MAIN_SRC_DIR} exists and points to an LLVM source tree, which is one reason to have it as a cache variable.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57406/new/
https://reviews.llvm.org/D57406
More information about the llvm-commits
mailing list