[PATCH] D112868: [Sema] Diagnose and reject non-function ifunc resolvers

Itay Bookstein via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 5 16:16:21 PDT 2021


ibookstein updated this revision to Diff 385211.
ibookstein added a comment.

Changed to using D->hasAttr<IFuncAttr>() and passing that
bool into the checkAliasedGlobal function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112868

Files:
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/test/Sema/attr-ifunc.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112868.385211.patch
Type: text/x-patch
Size: 4527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211105/79211ff7/attachment-0001.bin>


More information about the cfe-commits mailing list