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/ARM | |
| 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/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll b/llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll index bb55d2ac9b1..f3c83f04588 100644 --- a/llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll +++ b/llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll @@ -1,4 +1,4 @@ -; RUN: llc -stop-after block-placement -o /dev/null %s 2>&1 | FileCheck %s +; RUN: llc -stop-after block-placement -o - %s | FileCheck %s target triple = "thumbv6m-none-none" |

