Fix up lit's tests to run in a multi-config build environment.
authorPaul Robinson <paul.robinson@sony.com>
Thu, 14 Nov 2019 16:56:32 +0000 (08:56 -0800)
committerPaul Robinson <paul.robinson@sony.com>
Thu, 14 Nov 2019 19:24:41 +0000 (11:24 -0800)
Differential Revision: https://reviews.llvm.org/D70239

llvm/utils/lit/tests/Inputs/lit.cfg [new file with mode: 0644]

diff --git a/llvm/utils/lit/tests/Inputs/lit.cfg b/llvm/utils/lit/tests/Inputs/lit.cfg
new file mode 100644 (file)
index 0000000..46d534e
--- /dev/null
@@ -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).