[PATCH] D37920: Resubmit (Fixed) "[lit] Force site configs to be run before source tree configs"
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 15 14:20:02 PDT 2017
zturner updated this revision to Diff 115492.
zturner added a comment.
Incorporated suggestions from beanz@ offline. Specifically, the concern is that someone could download and install lit via a package manager, but we would still try to add an out of tree source directory. This update makes it so that we generate `llvm-lit` iff a source tree is available, and we *use* the generated `llvm-lit` whenever `-DLLVM_EXTERNAL_LIT` is not specified.
https://reviews.llvm.org/D37920
Files:
clang-tools-extra/test/Unit/lit.cfg
clang-tools-extra/test/lit.cfg
clang/runtime/CMakeLists.txt
clang/test/Unit/lit.cfg
clang/test/lit.cfg
compiler-rt/CMakeLists.txt
compiler-rt/test/lit.common.cfg
compiler-rt/test/profile/lit.cfg
compiler-rt/unittests/lit.common.unit.cfg
lld/test/Unit/lit.cfg
lld/test/Unit/lit.site.cfg.in
lld/test/lit.cfg
lldb/lit/Unit/lit.cfg
lldb/lit/lit.cfg
llvm/CMakeLists.txt
llvm/cmake/modules/AddLLVM.cmake
llvm/test/Unit/lit.cfg
llvm/test/lit.cfg
llvm/utils/lit/lit/discovery.py
llvm/utils/lit/tests/lit.cfg
llvm/utils/llvm-lit/CMakeLists.txt
llvm/utils/llvm-lit/llvm-lit.in
polly/test/Unit/lit.cfg
polly/test/lit.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37920.115492.patch
Type: text/x-patch
Size: 70618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170915/ef65780f/attachment.bin>
More information about the llvm-commits
mailing list