[PATCH] D70239: Fix up lit's tests to run in a multi-config environment
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 09:02:11 PST 2019
probinson updated this revision to Diff 229322.
probinson added a comment.
Move the empty lit.cfg to Inputs; undo selecting.py change.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70239/new/
https://reviews.llvm.org/D70239
Files:
llvm/utils/lit/tests/Inputs/lit.cfg
Index: llvm/utils/lit/tests/Inputs/lit.cfg
===================================================================
--- /dev/null
+++ llvm/utils/lit/tests/Inputs/lit.cfg
@@ -0,0 +1,3 @@
+# A deliberately empty lit.cfg, so that test discovery under the Inputs
+# directory doesn't inadvertently try to load lit/tests/lit.site.cfg (which
+# will fail in a multi-config environment such as Visual Studio or Xcode).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70239.229322.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/e4d6f5a1/attachment-0001.bin>
More information about the llvm-commits
mailing list