From 4b5205d2a3e0df909f29de0bff8ea775ad21fe0f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 30 Sep 2013 16:32:51 +0000 Subject: Revert "Enable building LTO on WIN32." This reverts commit r191670. It was causing build failures on the msvc bots: http://bb.pgr.jp/builders/ninja-clang-i686-msc17-R/builds/5166/steps/compile/logs/stdio git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191679 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LTO/cfi_endproc.ll | 1 + test/LTO/lit.local.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'test/LTO') diff --git a/test/LTO/cfi_endproc.ll b/test/LTO/cfi_endproc.ll index ecb0ed506e..0a47b0225e 100644 --- a/test/LTO/cfi_endproc.ll +++ b/test/LTO/cfi_endproc.ll @@ -17,3 +17,4 @@ define i32 @main(i32 %argc, i8** %argv) { call void @PR14512() ret i32 0 } +; XFAIL: win32 diff --git a/test/LTO/lit.local.cfg b/test/LTO/lit.local.cfg index 7a70736aea..f61943a77a 100644 --- a/test/LTO/lit.local.cfg +++ b/test/LTO/lit.local.cfg @@ -2,5 +2,5 @@ targets = set(config.root.targets_to_build.split()) if not 'X86' in targets: config.unsupported = True -if config.root.host_os in ['Cygwin']: +if config.root.host_os in ['Cygwin', 'MingW', 'Windows']: config.unsupported = True -- cgit v1.2.3