diff options
| author | Sam McCall <sam.mccall@gmail.com> | 2018-01-18 15:02:28 +0000 |
|---|---|---|
| committer | Sam McCall <sam.mccall@gmail.com> | 2018-01-18 15:02:28 +0000 |
| commit | 768efb5379178d094feeae0eec55c6a40170d070 (patch) | |
| tree | eb4800eac220e7f9bf9f3720c2c12b8f3f332d5b /llvm/test | |
| parent | 57c22698f5956f3646526b5a88fb9334545e1c22 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

