diff options
author | Lang Hames <lhames@gmail.com> | 2019-02-22 01:44:23 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2019-02-22 01:44:23 +0000 |
commit | 4a7db8cb903696b83f6fd6c756c65946f6b5644b (patch) | |
tree | 26e758c7a05e4d01e80c82bceff17acfd815332a /llvm/test/Examples | |
parent | f4b86cb28e6793621c7e0676f0d9f98723259dd6 (diff) | |
download | bcm5719-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.cfg | 2 |
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 |