[llvm] [llvm-exegesis] Error instead of aborting on verification failure (PR #137581)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 28 10:27:51 PDT 2025


================
@@ -323,10 +324,8 @@ Error assembleToStream(const ExegesisTarget &ET,
   TPC->printAndVerify("After ExegesisTarget::addTargetSpecificPasses");
----------------
mshockwave wrote:

But the verifier added here and line 321 would still abort upon verification failure. Should we also return Error for these two places?

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


More information about the llvm-commits mailing list