[PATCH] D45841: Keep the output text sections with prefixes ".text.hot" , ".text.unlikely", ".text.startup", ".text.exit" separate
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 15:53:39 PDT 2018
pcc added a comment.
I mean that on ARM any sections named `.text.hot.*` would be placed in the middle of the `.text` section right after the sections named in the `--symbol-ordering-file` (if present).
https://reviews.llvm.org/D45841
More information about the llvm-commits
mailing list