[PATCH] D111009: Update inline builtin handling to honor gnu inline attribute

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 3 23:38:37 PDT 2021


serge-sans-paille updated this revision to Diff 376812.
serge-sans-paille added a comment.

+ extra test case
+ use internal linkage instead of available_externally linkage for generated clone


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

https://reviews.llvm.org/D111009

Files:
  clang/lib/AST/Decl.cpp
  clang/lib/CodeGen/CGExpr.cpp
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/test/CodeGen/memcmp-inline-builtin-to-asm.c
  clang/test/CodeGen/memcpy-inline-builtin-no-extern.c
  clang/test/CodeGen/memcpy-inline-builtin.c
  clang/test/CodeGen/memcpy-nobuiltin.c
  clang/test/CodeGen/memcpy-nobuiltin.inc
  clang/test/CodeGen/pr9614.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111009.376812.patch
Type: text/x-patch
Size: 12776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211004/513fcb1b/attachment.bin>


More information about the cfe-commits mailing list