diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/Generic/machine-function-redefinition-error.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/Generic/machine-function-redefinition-error.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/Generic/machine-function-redefinition-error.mir b/llvm/test/CodeGen/MIR/Generic/machine-function-redefinition-error.mir index be84161b563..57f3834f29f 100644 --- a/llvm/test/CodeGen/MIR/Generic/machine-function-redefinition-error.mir +++ b/llvm/test/CodeGen/MIR/Generic/machine-function-redefinition-error.mir @@ -1,4 +1,4 @@ -# RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s +# RUN: not llc -start-after branch-folder -stop-after branch-folder -exit-on-error -o /dev/null %s 2>&1 | FileCheck %s # This test ensures that the machine function errors are reported correctly. --- |