[all-commits] [llvm/llvm-project] be91b4: [dsymutil] Add a new automatic verification mode
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Mar 31 10:00:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be91b4e3f4f9b13b16f8482d9bfd9734898e52e1
https://github.com/llvm/llvm-project/commit/be91b4e3f4f9b13b16f8482d9bfd9734898e52e1
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M llvm/include/llvm/DWARFLinker/DWARFLinker.h
M llvm/lib/DWARFLinker/DWARFLinker.cpp
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/dsymutil/DwarfLinkerForBinary.h
M llvm/tools/dsymutil/Options.td
M llvm/tools/dsymutil/dsymutil.cpp
M llvm/tools/dsymutil/dsymutil.h
Log Message:
-----------
[dsymutil] Add a new automatic verification mode
This patch a new verification mode called "auto" that runs the DWARF
verifier on the input and if the input is valid, also runs the DWARF
verifier on the output. The goal is to catch cases where dsymutil turns
valid DWARF into invalid DWARF. This patch makes this verification mode
the default when assertions or expensive checks are enabled.
Differential revision: https://reviews.llvm.org/D147203
More information about the All-commits
mailing list