[llvm] [opt] Do not exit on first emitError (PR #194858)
Arseniy Obolenskiy via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 21:30:32 PDT 2026
================
@@ -59,7 +59,7 @@
; REPLAY-FUNCTION-NEVER: '_Z3subii' inlined into '_Z3sumii' with (cost={{[-0-9]+}}
; REPLAY-FUNCTION-NEVER-NOT: '_Z3sumii' inlined into 'main'
-; REPLAY-ERROR: error: Could not open remarks file:
----------------
aobolensk wrote:
The reason for the change triggers an abort with a stack trace in inliner test (`Transforms/Inline/cgscc-inline-replay.ll`) after `error: Could not open remarks file: No such file or directory`
https://github.com/llvm/llvm-project/pull/194858
More information about the llvm-commits
mailing list