From 2be8ab460378455f82d719a872420fb5053f1bd5 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 2 Oct 2013 14:04:38 +0000 Subject: Enable building LTO on WIN32. Enable building the LTO library (.lib and.dll) and llvm-lto.exe on Windows with MSVC and Mingw as well as re-enabling the associated test. Patch by Greg Bedwell! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191823 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LTO/cfi_endproc.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'test/LTO/cfi_endproc.ll') diff --git a/test/LTO/cfi_endproc.ll b/test/LTO/cfi_endproc.ll index 0a47b0225e..ecb0ed506e 100644 --- a/test/LTO/cfi_endproc.ll +++ b/test/LTO/cfi_endproc.ll @@ -17,4 +17,3 @@ define i32 @main(i32 %argc, i8** %argv) { call void @PR14512() ret i32 0 } -; XFAIL: win32 -- cgit v1.2.3