Commit f7826177 authored by Tom Stellard's avatar Tom Stellard
Browse files

Merging r287360:

------------------------------------------------------------------------
r287360 | hans | 2016-11-18 10:27:31 -0800 (Fri, 18 Nov 2016) | 2 lines

Fix test from r287353: don't use /dev/null

------------------------------------------------------------------------

llvm-svn: 288455
parent d52d7188
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
; 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"