[PATCH] D79600: [TargetLoweringObjectFileImpl] Produce .text.hot. instead of .text.hot for -fno-unique-section-names
Wei Mi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 16:19:53 PDT 2020
wmi added a comment.
Although less likely, is there possiblity that someone has already been using __attribute__((section(".text.hot."))? Adding another trailing period will break the existing usage. We may either tolerate that case, or trigger an assertion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79600/new/
https://reviews.llvm.org/D79600
More information about the llvm-commits
mailing list