[MachineOutliner] Fix r322788 - don't write to working directory

llvm-svn: 322850
This commit is contained in:
Sam McCall 2018-01-18 15:02:28 +00:00
parent 57c22698f5
commit 768efb5379
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
; that we correctly emit DISubprograms for those functions. ; that we correctly emit DISubprograms for those functions.
; Also make sure that the DISubprograms reference the generated unit. ; Also make sure that the DISubprograms reference the generated unit.
; make sure that if there are two outlined functions in the program, ; 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 { define void @f6() #0 !dbg !8 {
entry: entry:
%dog = alloca i32, align 4 %dog = alloca i32, align 4