[all-commits] [llvm/llvm-project] 9f8678: [DWARFLinker] Honor verbose flag for input verific...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Mar 29 22:01:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f8678b38cd52b2e6a23cfbbd73d6cdd3b2d4c03
      https://github.com/llvm/llvm-project/commit/9f8678b38cd52b2e6a23cfbbd73d6cdd3b2d4c03
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-03-29 (Wed, 29 Mar 2023)

  Changed paths:
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/test/tools/dsymutil/X86/verify.test

  Log Message:
  -----------
  [DWARFLinker] Honor verbose flag for input verification

Fix an inconsistency between input and output verification in dsymutil.
Previously, output verification would be controlled by the verbose flag,
while input verification would unconditionally dump to stdout. Make
input and output verification behave the same by printing verification
error to stderr in verbose mode only.




More information about the All-commits mailing list