diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-30 15:28:14 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-30 15:28:14 +0000 |
| commit | e693181c101bedfd8ef2489de2d06af5eba9b069 (patch) | |
| tree | 8cc01766dce8cc1399669c32c08525a03625c178 /llvm/test/LTO | |
| parent | 6afb68408d9259ceadb7cab670ec8dec1c6513b1 (diff) | |
| download | bcm5719-llvm-e693181c101bedfd8ef2489de2d06af5eba9b069.tar.gz bcm5719-llvm-e693181c101bedfd8ef2489de2d06af5eba9b069.zip | |
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!
llvm-svn: 191670
Diffstat (limited to 'llvm/test/LTO')
| -rw-r--r-- | llvm/test/LTO/cfi_endproc.ll | 1 | ||||
| -rw-r--r-- | llvm/test/LTO/lit.local.cfg | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/LTO/cfi_endproc.ll b/llvm/test/LTO/cfi_endproc.ll index 0a47b0225ee..ecb0ed506e6 100644 --- a/llvm/test/LTO/cfi_endproc.ll +++ b/llvm/test/LTO/cfi_endproc.ll @@ -17,4 +17,3 @@ define i32 @main(i32 %argc, i8** %argv) { call void @PR14512() ret i32 0 } -; XFAIL: win32 diff --git a/llvm/test/LTO/lit.local.cfg b/llvm/test/LTO/lit.local.cfg index f61943a77af..7a70736aeac 100644 --- a/llvm/test/LTO/lit.local.cfg +++ b/llvm/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', 'MingW', 'Windows']: +if config.root.host_os in ['Cygwin']: config.unsupported = True |

