[PATCH] D96219: [CodeGen] Remove trailing dot of name of text section with prefix
TaoPan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 8 19:33:30 PST 2021
TaoPan added a comment.
Thank MaskRay for the review comment!
I don’t understand the intention of the last dot of “.text.hot.”, it’s “.text.${text-section-prefix}.”.
The example of function name exit with –ffunction-sections doesn’t include text-section-prefix, it’s “.text.${function-name}”.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96219/new/
https://reviews.llvm.org/D96219
More information about the llvm-commits
mailing list