From 42288e19652a55623f654f468574ee61bc2e3558 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 20 Sep 2013 12:57:25 +0000 Subject: test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191086 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/lto/lit.local.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/tools') diff --git a/test/tools/lto/lit.local.cfg b/test/tools/lto/lit.local.cfg index 6df0e03..0c8dbb0 100644 --- a/test/tools/lto/lit.local.cfg +++ b/test/tools/lto/lit.local.cfg @@ -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 -- cgit v1.1