[PATCH] D124701: [clang] Honor __attribute__((no_builtin("foo"))) on functions

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 06:02:45 PDT 2022


hans added a comment.

Just one more comment, then I'm happy :)



================
Comment at: clang/lib/CodeGen/CGExpr.cpp:5067
+    // recursion. Honor __attribute__((no_builtin("foo"))) or
+    // __attribute((no_builtin("*"))) on the current function unless foo is
+    // not a predefined library function which means we must generate the
----------------
The comment needs updating too (for the wildcard thing).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124701



More information about the cfe-commits mailing list