We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4750222 commit b9ccb8bCopy full SHA for b9ccb8b
llvm/test/MachineVerifier/test_g_multiple_errors.mir renamed to llvm/test/MachineVerifier/test_multiple_errors.mir
@@ -1,7 +1,7 @@
1
-# RUN: not --crash llc -mtriple=aarch64 -o /dev/null -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s --implicit-check-not="Bad machine code"
+# RUN: not --crash llc -mtriple=aarch64 -o /dev/null -run-pass=none %s 2>&1 | FileCheck %s --implicit-check-not="Bad machine code"
2
# REQUIRES: aarch64-registered-target
3
4
-# Check that errors are reported from only one function.
+# Since we abort after reporting the first error, we should only expect one error to be reported.
5
# CHECK: *** Bad machine code: Generic virtual register use cannot be undef ***
6
# CHECK: Found 1 machine code errors.
7
0 commit comments