summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/Generic/machine-function-missing-function.mir
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-05-13 16:02:44 +0000
committerRenato Golin <renato.golin@linaro.org>2016-05-13 16:02:44 +0000
commite9fa3585c5929b1c5646140a5cce3f096ca64d1f (patch)
treed72a5d528c2dbfdad8cb56b9e037630a8578ceb1 /llvm/test/CodeGen/MIR/Generic/machine-function-missing-function.mir
parent64936ce91dba4fe91655629ce1a25895f2af6f51 (diff)
downloadbcm5719-llvm-e9fa3585c5929b1c5646140a5cce3f096ca64d1f.tar.gz
bcm5719-llvm-e9fa3585c5929b1c5646140a5cce3f096ca64d1f.zip
Revert "[llc] New diagnostic handler"
This reverts commit r269428, as it breaks the LLDB build. We need to understand how to change LLDB in the same way as LLC before landing this again. llvm-svn: 269432
Diffstat (limited to 'llvm/test/CodeGen/MIR/Generic/machine-function-missing-function.mir')
-rw-r--r--llvm/test/CodeGen/MIR/Generic/machine-function-missing-function.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/Generic/machine-function-missing-function.mir b/llvm/test/CodeGen/MIR/Generic/machine-function-missing-function.mir
index 128a98720c2..6800f872432 100644
--- a/llvm/test/CodeGen/MIR/Generic/machine-function-missing-function.mir
+++ b/llvm/test/CodeGen/MIR/Generic/machine-function-missing-function.mir
@@ -1,4 +1,4 @@
-# RUN: not llc -start-after branch-folder -stop-after branch-folder -exit-on-error -o /dev/null %s 2>&1 | FileCheck %s
+# RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
# This test ensures that an error is reported when the mir file has LLVM IR and
# one of the machine functions has a name that doesn't match any function in
# the LLVM IR.
OpenPOWER on IntegriCloud