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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 23:21:18 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.
----------------
arsenm wrote:

Not sure what this means; how can this test thread behavior? 

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


More information about the llvm-commits mailing list