[PATCH] D45841: Keep the output text sections with prefixes ".text.hot" , ".text.unlikely", ".text.startup", ".text.exit" separate
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 4 15:07:15 PDT 2018
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/Writer.cpp:117
+ // for instance.
+ if (Config->ZKeepTextSectionPrefix) {
+ for (StringRef V :
----------------
nit: we remove {} in a case like this.
https://reviews.llvm.org/D45841
More information about the llvm-commits
mailing list