[all-commits] [llvm/llvm-project] 7747fd: llvm-reduce: Make run-ir-passes error more consistent

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Mar 29 00:11:37 PDT 2025


  Branch: refs/heads/users/arsenm/llvm-reduce/run-ir-passes-error-handling
  Home:   https://github.com/llvm/llvm-project
  Commit: 7747fd7973fe4af08f02a2d1c9ee2e281eb6bb2c
      https://github.com/llvm/llvm-project/commit/7747fd7973fe4af08f02a2d1c9ee2e281eb6bb2c
  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