[PATCH] D75585: Add debug info support for Swift/Clang APINotes.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 16:40:30 PST 2020
aprantl marked an inline comment as done.
aprantl added inline comments.
================
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)
----------------
I'm fine with calling this `DW_AT_LLVM_apinotes`, too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75585/new/
https://reviews.llvm.org/D75585
More information about the llvm-commits
mailing list