[PATCH] D99907: [dsymutil] Don't emit .debug_pubnames and .debug_pubtypes unless asked for explicitly
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 5 16:53:04 PDT 2021
JDevlieghere added inline comments.
================
Comment at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:29
Default, ///< Dwarf for DWARF5 or later, Apple otherwise.
+ Pub, ///< .debug_pubnames, .debug_pubtypes
};
----------------
IIRC the gcc option is called `-gpubnames` which generates both pubnames and pubtypes. I'm open to calling it `Pubnames` too for consistency.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99907/new/
https://reviews.llvm.org/D99907
More information about the llvm-commits
mailing list