[PATCH] D125720: [Attribute] Add clang frame_pointer attribute
Stephen Long via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 16 13:02:42 PDT 2022
steplong created this revision.
Herald added a reviewer: aaron.ballman.
Herald added a project: All.
steplong requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add the ability to put __attribute__((frame_pointer(arg))) on functions.
arg is only allowed to be none, non_leaf, or all. Depends on D125719 <https://reviews.llvm.org/D125719>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125720
Files:
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Sema/SemaDeclAttr.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125720.429823.patch
Type: text/x-patch
Size: 3645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220516/aaa15000/attachment-0001.bin>
More information about the cfe-commits
mailing list