Merging r287360:
authorTom Stellard <thomas.stellard@amd.com>
Fri, 2 Dec 2016 02:05:01 +0000 (02:05 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 2 Dec 2016 02:05:01 +0000 (02:05 +0000)
------------------------------------------------------------------------
r287360 | hans | 2016-11-18 10:27:31 -0800 (Fri, 18 Nov 2016) | 2 lines

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

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@288455 91177308-0d34-0410-b5e6-96231b3b80d8

test/LTO/X86/type-mapping-bug.ll

index 3a1891234c86d0772569e48b89f449a1dbcb630f..c2aeb8817ec57bad9607a48ce3252e156af25688 100644 (file)
@@ -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"