[llvm] [MachineVerifier] Report errors from one thread at a time (PR #111605)

Ellis Hoag via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 10:35:40 PDT 2024


================
@@ -0,0 +1,55 @@
+# RUN: not --crash llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
+# This test ensures that the address is checked in machine verifier.
----------------
ellishg wrote:

It was copied from another test. I've moved the test to `test_g_multiple_errors.mir` which checks that we only print errors from one function even though two functions have errors.

https://github.com/llvm/llvm-project/pull/111605


More information about the llvm-commits mailing list