summaryrefslogtreecommitdiffstats
path: root/llvm/test/Examples
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2019-02-22 01:44:23 +0000
committerLang Hames <lhames@gmail.com>2019-02-22 01:44:23 +0000
commit4a7db8cb903696b83f6fd6c756c65946f6b5644b (patch)
tree26e758c7a05e4d01e80c82bceff17acfd815332a /llvm/test/Examples
parentf4b86cb28e6793621c7e0676f0d9f98723259dd6 (diff)
downloadbcm5719-llvm-4a7db8cb903696b83f6fd6c756c65946f6b5644b.tar.gz
bcm5719-llvm-4a7db8cb903696b83f6fd6c756c65946f6b5644b.zip
Add 'Windows' to the disabled platforms list for the Kaleidoscope tests.
Expands on the check from r354645. llvm-svn: 354646
Diffstat (limited to 'llvm/test/Examples')
-rw-r--r--llvm/test/Examples/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Examples/lit.local.cfg b/llvm/test/Examples/lit.local.cfg
index 21d227ca14f..9f0b1ca30dd 100644
--- a/llvm/test/Examples/lit.local.cfg
+++ b/llvm/test/Examples/lit.local.cfg
@@ -1,2 +1,2 @@
-if not config.build_examples and not sys.platform in ['win32']:
+if not config.build_examples and not sys.platform in ['win32', 'Windows']:
config.unsupported = True \ No newline at end of file
OpenPOWER on IntegriCloud