[all-commits] [llvm/llvm-project] 93be8a: llvm-reduce: Fix taking wrong error before exit

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Apr 9 07:06:33 PDT 2025


  Branch: refs/heads/users/arsenm/llvm-reduce/take-correct-error-read-bitcode
  Home:   https://github.com/llvm/llvm-project
  Commit: 93be8a44e5b5cf644d5ac65b0ae3060d06b48edd
      https://github.com/llvm/llvm-project/commit/93be8a44e5b5cf644d5ac65b0ae3060d06b48edd
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-09 (Wed, 09 Apr 2025)

  Changed paths:
    M llvm/tools/llvm-reduce/ReducerWorkItem.cpp

  Log Message:
  -----------
  llvm-reduce: Fix taking wrong error before exit

This was taking the error from the first getBitcodeFileContents,
which had to have succeeded at this point. It was also ignoring
the next 2 errors.



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