[all-commits] [llvm/llvm-project] ab0eb5: [DWARFVerifier] Allow ObjectiveC names in dwarf_de...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Thu Sep 7 11:27:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab0eb59f1cdace22b1c38c2e1e3e81cc3b923228
https://github.com/llvm/llvm-project/commit/ab0eb59f1cdace22b1c38c2e1e3e81cc3b923228
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
M llvm/test/tools/dsymutil/X86/objc.test
Log Message:
-----------
[DWARFVerifier] Allow ObjectiveC names in dwarf_debug tables
ObjectiveC has its own extra accelerator table entries that are helpful for the
debugger. This patch relaxes the DWARFVerifier so that it accepts those in DWARF
5's debug_names.
Differential Revision: https://reviews.llvm.org/D159471
More information about the All-commits
mailing list