mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Fix test from r287353: don't use /dev/null
llvm-svn: 287360
This commit is contained in:
parent
132c2fd631
commit
29746aead8
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user