[PATCH] D97242: Add more historic DWARF vendor extensions
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 08:28:05 PST 2021
probinson accepted this revision.
probinson added a comment.
A few typos. Nice to have these!
================
Comment at: Dwarf.def:434
+
+// COMPAQ/HP Conflicts with MIPS/HP 0x2001 - 9x2005
+HANDLE_DW_AT(0x2001, CPQ_discontig_ranges, 0, COMPAQ)
----------------
9x2005?
================
Comment at: Dwarf.def:528
+
+
+HANDLE_DW_AT(0x2300, ALTIUM_loclist, 0, ALTIUM)
----------------
Three blank lines seems a bit much?
================
Comment at: Dwarf.def:829
+
+HANDLE_DW_OP(0xe0, HP_unknown, 0, HP)
+HANDLE_DW_OP(0xe1, HP_is_value, 0, HP)
----------------
// Conflicts with GNU_push_tls_address
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97242/new/
https://reviews.llvm.org/D97242
More information about the llvm-commits
mailing list