[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
Mon Jun 21 11:04:46 PDT 2021
nickdesaulniers added a comment.
It looks like GCC has had `no_profile_instrument_function` since GCC 7.1 for this purpose.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80223#c11
Follow up: https://reviews.llvm.org/D104658.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104475/new/
https://reviews.llvm.org/D104475
More information about the cfe-commits
mailing list