forked from OSchip/llvm-project
[MachineOutliner] Fix r322788 - don't write to working directory
llvm-svn: 322850
This commit is contained in:
parent
57c22698f5
commit
768efb5379
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue