[PATCH] D93876: Do not implicitly turn on function sections with basic block sections.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 29 14:19:34 PST 2020
dblaikie added a comment.
> This patch disables this implicit behavior. It only creates function sections for those functions that require basic block sections.
Is this necessary? I would guess even with a bb sections function, its main section could go in the generic .text section?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93876/new/
https://reviews.llvm.org/D93876
More information about the llvm-commits
mailing list