[PATCH] D130806: [InstrProf] Allow noprofile functions to be inlined

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 14:28:06 PDT 2022


nickdesaulniers accepted this revision.
nickdesaulniers added a comment.

I observed no new build or runtime warnings when compiling the linux kernel with gcov enabled (CONFIG_GCOV_KERNEL=y + CONFIG_GCOV_PROFILE_ALL=y) or kcsan (CONFIG_KCSAN=y) (x86).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130806



More information about the llvm-commits mailing list