[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
----------------
arsenm wrote:

This belongs in test/MachineVerifier 

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


More information about the llvm-commits mailing list