[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:48:54 PDT 2024


================
@@ -0,0 +1,22 @@
+# 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"
+# REQUIRES: aarch64-registered-target
+
+# Check that errors are reported from only one function.
----------------
ellishg wrote:

I updated the wording to be a bit more clear.

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


More information about the llvm-commits mailing list