[PATCH] D72222: [Driver][CodeGen] Add -fpatchable-function-entry=N[,0]
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 23 15:30:50 PST 2020
nickdesaulniers added a comment.
In D72222#1837116 <https://reviews.llvm.org/D72222#1837116>, @MaskRay wrote:
> along with -mfentry, -mhotpatch (SystemZ specific), -mnop-mcount (x86, SystemZ, -fno-pie specific), -mrecord-mcount (used to retire `scripts/recordmcount.{pl,c}`).
This is a useful summary of similar tools, thank you for the survey. Indeed, many of these seem to be used to support tracing in the Linux kernel.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72222/new/
https://reviews.llvm.org/D72222
More information about the cfe-commits
mailing list