test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Sep 2013 12:57:25 +0000 (12:57 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Sep 2013 12:57:25 +0000 (12:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191086 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/lto/lit.local.cfg

index 6df0e03ee648809280c9cb1fae49b3f59fe3812b..0c8dbb021c037585078ff221ed2765c7753e64e6 100644 (file)
@@ -1,3 +1,6 @@
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
   config.unsupported = True
+
+if config.root.host_os in ['Cygwin', 'Windows']:
+  config.unsupported = True