diff options
| author | Quentin Colombet <qcolombet@apple.com> | 2016-07-13 20:36:03 +0000 |
|---|---|---|
| committer | Quentin Colombet <qcolombet@apple.com> | 2016-07-13 20:36:03 +0000 |
| commit | 545e558b8209d1467ce0249ed9b5c45e6c81e8c5 (patch) | |
| tree | 1cef9dfc88aa4a886bf38c1f3279d23523274b5b /llvm/test/CodeGen/AMDGPU/detect-dead-lanes.mir | |
| parent | 70ec1c7e62461ad559cc302adbd2f4e83e2fc264 (diff) | |
| download | bcm5719-llvm-545e558b8209d1467ce0249ed9b5c45e6c81e8c5.tar.gz bcm5719-llvm-545e558b8209d1467ce0249ed9b5c45e6c81e8c5.zip | |
[MIR] Print on the given output instead of stderr.
Currently the MIR framework prints all its outputs (errors and actual
representation) on stderr.
This patch fixes that by printing the regular output in the output
specified with -o.
Differential Revision: http://reviews.llvm.org/D22251
llvm-svn: 275314
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/detect-dead-lanes.mir')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/detect-dead-lanes.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/detect-dead-lanes.mir b/llvm/test/CodeGen/AMDGPU/detect-dead-lanes.mir index 8c761298cd2..f7f953c144d 100644 --- a/llvm/test/CodeGen/AMDGPU/detect-dead-lanes.mir +++ b/llvm/test/CodeGen/AMDGPU/detect-dead-lanes.mir @@ -1,4 +1,4 @@ -# RUN: llc -march=amdgcn -run-pass detect-dead-lanes -o /dev/null %s 2>&1 | FileCheck %s +# RUN: llc -march=amdgcn -run-pass detect-dead-lanes -o - %s | FileCheck %s --- | define void @test0() { ret void } define void @test1() { ret void } |

