[PATCH] D75585: Add debug info support for Swift/Clang APINotes.
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 11:19:11 PDT 2020
davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.
This is all fairly mechanical plumbing
================
Comment at: llvm/include/llvm/BinaryFormat/Dwarf.def:412
// Apple extensions.
+HANDLE_DW_AT(0x3e07, APPLE_apinotes, 0, APPLE)
HANDLE_DW_AT(0x3fe1, APPLE_optimized, 0, APPLE)
----------------
aprantl wrote:
> I'm fine with calling this `DW_AT_LLVM_apinotes`, too.
I'd rather call them LLVM_apinotes, but I don't have a strong opinion about it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75585/new/
https://reviews.llvm.org/D75585
More information about the llvm-commits
mailing list