[PATCH] D57190: [MC] Teach the MachO object writer about N_FUNC_COLD

Michael Trent via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 25 16:25:36 PST 2019


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


================
Comment at: llvm/trunk/tools/llvm-nm/llvm-nm.cpp:560
+      (NDesc & MachO::N_COLD_FUNC) == MachO::N_COLD_FUNC)
+    outs() << "[cold] ";
+
----------------
Actually, upon further review, the text should be "[cold func]" to match the name of the symbol.


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