[PATCH] D79600: [TargetLoweringObjectFileImpl] Produce .text.hot. instead of .text.hot for -fno-unique-section-names

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 10 21:17:08 PDT 2020


MaskRay added a comment.

In D79600#2028496 <https://reviews.llvm.org/D79600#2028496>, @tmsriram wrote:

> As far as I can tell, this LGTM.  I am not an expert on section names and how this affects assumptions in GNU land, so please do seek an expert's review if necessary.


`.text.exit.` works with GNU ld's internal linker script and gold's -z keep-text-section-prefix. I CCed some linker experts.


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