[PATCH] D146595: [clang] Add clang trampoline attribute

Augusto Noronha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 10:23:45 PDT 2023


augusto2112 updated this revision to Diff 507422.
augusto2112 added a comment.
Herald added a subscriber: jdoerfert.

Fix pragma-attribute-supported-attributes-list.test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146595

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/AttrDocs.td
  clang/include/clang/Sema/Sema.h
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/lib/Sema/SemaDecl.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/CodeGen/attr-trampoline-method.cpp
  clang/test/CodeGen/attr-trampoline.c
  clang/test/Misc/pragma-attribute-supported-attributes-list.test
  llvm/include/llvm/IR/DIBuilder.h
  llvm/lib/CodeGen/MachineOutliner.cpp
  llvm/lib/IR/DIBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146595.507422.patch
Type: text/x-patch
Size: 13982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230322/4f51e368/attachment.bin>


More information about the llvm-commits mailing list