[PATCH] D106621: [DWARF] Support new TAG DW_TAG_LLVM_annotation

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 07:57:11 PDT 2021


probinson added a comment.

In D106621#2973954 <https://reviews.llvm.org/D106621#2973954>, @dblaikie wrote:

> Looks generally OK to me. (not 100% sure that DW_TAG extension space is unused, but I think we've generally got most of the extensions in llvm-dwarfdump, so it probably is unused - and worst-case we can change it if needed)

@aprantl updated Dwarf.def with everything that David Anderson (libdwarf) was aware of, early this year.  If we're adding a new vendor TAG that will actually reach object files (as opposed to internal-only things like DW_OP_LLVM_convert) then we should communicate that back to David.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106621/new/

https://reviews.llvm.org/D106621



More information about the llvm-commits mailing list