[PATCH] D57190: [MC] Teach the MachO object writer about N_FUNC_COLD
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 25 16:33:26 PST 2019
vsk marked 2 inline comments as done.
vsk added inline comments.
================
Comment at: llvm/trunk/tools/llvm-nm/llvm-nm.cpp:560
+ (NDesc & MachO::N_COLD_FUNC) == MachO::N_COLD_FUNC)
+ outs() << "[cold] ";
+
----------------
mtrent wrote:
> Actually, upon further review, the text should be "[cold func]" to match the name of the symbol.
Done in r352258.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57190/new/
https://reviews.llvm.org/D57190
More information about the llvm-commits
mailing list