[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 11:30:24 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbaacd1891851: Fix up lit's tests to run in a multi-config build environment. (authored by probinson).
Repository:
rG LLVM Github Monorepo
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.229370.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/57e08a98/attachment.bin>
More information about the llvm-commits
mailing list