summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2019-11-14 08:56:32 -0800
committerPaul Robinson <paul.robinson@sony.com>2019-11-14 11:24:41 -0800
commitbaacd1891851b1ba0bd303e2a75f1d3af324fca6 (patch)
tree36ff20ab41c8793737370dde41455d89ac45843f /llvm/utils/lit/tests/Inputs
parent7c7e368a7ffc33be7c7bbf1d8149803b32b8c0a8 (diff)
downloadbcm5719-llvm-baacd1891851b1ba0bd303e2a75f1d3af324fca6.tar.gz
bcm5719-llvm-baacd1891851b1ba0bd303e2a75f1d3af324fca6.zip
Fix up lit's tests to run in a multi-config build environment.
Differential Revision: https://reviews.llvm.org/D70239
Diffstat (limited to 'llvm/utils/lit/tests/Inputs')
-rw-r--r--llvm/utils/lit/tests/Inputs/lit.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/Inputs/lit.cfg b/llvm/utils/lit/tests/Inputs/lit.cfg
new file mode 100644
index 00000000000..46d534e082f
--- /dev/null
+++ b/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).
OpenPOWER on IntegriCloud