[PATCH] D104475: [Clang][Codegen] Add GNU function attribute 'no_profile' and lower it to noprofile

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 18 12:24:32 PDT 2021


nickdesaulniers updated this revision to Diff 353074.
nickdesaulniers added a comment.

- rename test, add __has_attribute unit test


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104475/new/

https://reviews.llvm.org/D104475

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/AttrDocs.td
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/test/CodeGen/no_profile.c
  clang/test/Misc/pragma-attribute-supported-attributes-list.test
  clang/test/Sema/no_profile-attribute.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104475.353074.patch
Type: text/x-patch
Size: 4418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210618/67f778c4/attachment.bin>


More information about the cfe-commits mailing list