[all-commits] [llvm/llvm-project] f3d8f2: llvm-reduce: Make run-ir-passes error more consistent
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Mar 28 22:48:56 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/run-ir-passes-error-handling
Home: https://github.com/llvm/llvm-project
Commit: f3d8f2b8c935b3785d83e8099b6bfa53a43ca3a6
https://github.com/llvm/llvm-project/commit/f3d8f2b8c935b3785d83e8099b6bfa53a43ca3a6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-29 (Sat, 29 Mar 2025)
Changed paths:
A llvm/test/tools/llvm-reduce/run-ir-passes-error.ll
M llvm/tools/llvm-reduce/deltas/RunIRPasses.cpp
Log Message:
-----------
llvm-reduce: Make run-ir-passes error more consistent
Avoid capitalized Error. This loses the "Error constructing pass pipeline"
part, and just forwards the error to the default report_fatal_error case. Not
sure if it's worth trying to keep.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list