[PATCH] D57190: [MC] Teach the MachO object writer about N_FUNC_COLD
kledzik@apple.com via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 25 17:03:04 PST 2019
kledzik added inline comments.
================
Comment at: llvm/trunk/lib/MC/MCAsmStreamer.cpp:660
+ case MCSA_Cold:
+ // Assemblers currently do not support a .cold directive.
+ return false;
----------------
Will there be a follow on patch to add a directive to allow cold attribute on symbols? Otherwise work flows that go through .s files will lose cold information.
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