diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/LTO/X86/type-mapping-bug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LTO/X86/type-mapping-bug.ll b/llvm/test/LTO/X86/type-mapping-bug.ll index 3a1891234c8..c2aeb8817ec 100644 --- a/llvm/test/LTO/X86/type-mapping-bug.ll +++ b/llvm/test/LTO/X86/type-mapping-bug.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as -o %t.dst.bc %s ; RUN: llvm-as -o %t.src.bc %S/Inputs/type-mapping-src.ll -; RUN: llvm-lto %t.dst.bc %t.src.bc -o=/dev/null +; RUN: llvm-lto %t.dst.bc %t.src.bc -o=%t.lto.bc target triple = "x86_64-pc-windows-msvc18.0.0" |

