[all-commits] [llvm/llvm-project] 00b3f2: Add more historic DWARF vendor extensions
adrian-prantl via All-commits
all-commits at lists.llvm.org
Thu Feb 25 15:10:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00b3f2f310b4bc607563c472cd726aaaf9fcb1d4
https://github.com/llvm/llvm-project/commit/00b3f2f310b4bc607563c472cd726aaaf9fcb1d4
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-02-25 (Thu, 25 Feb 2021)
Changed paths:
M llvm/include/llvm/BinaryFormat/Dwarf.def
M llvm/include/llvm/BinaryFormat/Dwarf.h
M llvm/test/ObjectYAML/MachO/DWARF5-abbrevValues.yaml
Log Message:
-----------
Add more historic DWARF vendor extensions
The maintainer of libdwarf kindly provided this patch with a bunch of
historic DWARF extensions that are missing from Dwarf.def. This list
is helpful to avoid potential conflicts in the user-defined vendor
extension space in the future.
Patch by David Anderson!
[Relanded with an updated test.]
Differential Revision: https://reviews.llvm.org/D97242
More information about the All-commits
mailing list