summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2018-01-18 15:02:28 +0000
committerSam McCall <sam.mccall@gmail.com>2018-01-18 15:02:28 +0000
commit768efb5379178d094feeae0eec55c6a40170d070 (patch)
treeeb4800eac220e7f9bf9f3720c2c12b8f3f332d5b /llvm/test
parent57c22698f5956f3646526b5a88fb9334545e1c22 (diff)
downloadbcm5719-llvm-768efb5379178d094feeae0eec55c6a40170d070.tar.gz
bcm5719-llvm-768efb5379178d094feeae0eec55c6a40170d070.zip
[MachineOutliner] Fix r322788 - don't write to working directory
llvm-svn: 322850
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll b/llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll
index 8a29436995a..6ce02c49f9f 100644
--- a/llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll
+++ b/llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll
@@ -2,7 +2,7 @@
; that we correctly emit DISubprograms for those functions.
; Also make sure that the DISubprograms reference the generated unit.
; make sure that if there are two outlined functions in the program,
-; RUN: llc %s -enable-machine-outliner -mtriple=x86_64-apple-darwin -o d.out -print-after=machine-outliner
+; RUN: llc %s -enable-machine-outliner -mtriple=x86_64-apple-darwin -o /dev/null -print-after=machine-outliner
define void @f6() #0 !dbg !8 {
entry:
%dog = alloca i32, align 4
OpenPOWER on IntegriCloud