[PATCH] D88997: Set the default for -bbsections-cold-text-prefix to .text.split.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 18:35:05 PDT 2020


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:870
 
-  // For cold sections use the .text.unlikely prefix along with the parent
+  // For cold sections use the .text.split prefix along with the parent
   // function name. All cold blocks for the same function go to the same
----------------
`.text.split` -> `.text.split.`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88997/new/

https://reviews.llvm.org/D88997



More information about the llvm-commits mailing list