diff options
author | Paul Robinson <paul.robinson@sony.com> | 2019-11-14 08:56:32 -0800 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2019-11-14 11:24:41 -0800 |
commit | baacd1891851b1ba0bd303e2a75f1d3af324fca6 (patch) | |
tree | 36ff20ab41c8793737370dde41455d89ac45843f /llvm/utils/lit/tests/Inputs | |
parent | 7c7e368a7ffc33be7c7bbf1d8149803b32b8c0a8 (diff) | |
download | bcm5719-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.cfg | 3 |
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). |