diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir b/llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir index 8074f7603b7..bc09cf96623 100644 --- a/llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir +++ b/llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir @@ -1,4 +1,4 @@ -# RUN: llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s | FileCheck %s +# RUN: llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s # This test ensures that the MIR parser parses the stack object's debug info # correctly. --- | |