[llvm] [MachineVerifier] Report errors from one thread at a time (PR #111605)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 10:38:35 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"
----------------
arsenm wrote:
Don't need -verify-machineinstrs
https://github.com/llvm/llvm-project/pull/111605
More information about the llvm-commits
mailing list