[PATCH] D146595: [clang] Add "transparent_stepping" attribute
Augusto Noronha via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 30 17:23:50 PDT 2023
augusto2112 added a comment.
In D146595#4235333 <https://reviews.llvm.org/D146595#4235333>, @aprantl wrote:
> I hope I'm not kicking off a long bike-shedding thread, but I would propose to either call the attribute `transparent` to match the DWARF attribute name, or if we want to be more descriptive, `debug_transparent`, or `transparentdebug` to fit better with other attributes such as `nodebug`. My vote is on `transparent`.
The dwarf attribute is actually called `trampoline`, not `transparent`. `trampoline` is a pretty generic name which could be used for other things other than debugging, so maybe `trampolinedebug`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146595/new/
https://reviews.llvm.org/D146595
More information about the cfe-commits
mailing list