[PATCH] D37920: Resubmit (Fixed) "[lit] Force site configs to be run before source tree configs"
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 15 14:49:37 PDT 2017
eugenis added a comment.
compiler-rt part LGTM
================
Comment at: compiler-rt/CMakeLists.txt:352
+ # The user can still choose to have the check targets *use* a different lit
+ # by specifying -DLLVM_EXTERNAL_LIT, but we generate it regardless.
+ if (EXISTS ${LLVM_MAIN_SRC_DIR}/utils/llvm-lit)
----------------
What's the point of generating llvm-lit when LLVM_EXTERNAL_LIT is specified?
https://reviews.llvm.org/D37920
More information about the llvm-commits
mailing list