summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2016-07-13 20:36:03 +0000
committerQuentin Colombet <qcolombet@apple.com>2016-07-13 20:36:03 +0000
commit545e558b8209d1467ce0249ed9b5c45e6c81e8c5 (patch)
tree1cef9dfc88aa4a886bf38c1f3279d23523274b5b /llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
parent70ec1c7e62461ad559cc302adbd2f4e83e2fc264 (diff)
downloadbcm5719-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/MIR/AArch64/stack-object-local-offset.mir')
-rw-r--r--llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir b/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
index 97aec6db828..8c82c9bb504 100644
--- a/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
+++ b/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
@@ -1,4 +1,4 @@
-# RUN: llc -mtriple=aarch64-none-linux-gnu -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s
+# RUN: llc -mtriple=aarch64-none-linux-gnu -start-after machine-sink -stop-after machine-sink -o - %s | FileCheck %s
--- |
@var = global i64 0
OpenPOWER on IntegriCloud