[PATCH] D112164: [lld-macho] Port CallGraphSort from COFF/ELF
Leonard Grey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 21 09:38:38 PDT 2021
lgrey updated this revision to Diff 381300.
lgrey marked 5 inline comments as done.
lgrey added a comment.
Address comments: document CallGraphEntry struct, add time traces, only extract data if `--call-graph-profile-sort`, shuffle includes
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112164/new/
https://reviews.llvm.org/D112164
Files:
lld/MachO/CMakeLists.txt
lld/MachO/CallGraphSort.cpp
lld/MachO/CallGraphSort.h
lld/MachO/Config.h
lld/MachO/Driver.cpp
lld/MachO/InputFiles.cpp
lld/MachO/InputFiles.h
lld/MachO/InputSection.h
lld/MachO/Options.td
lld/MachO/Writer.cpp
lld/test/MachO/cgprofile-icf.s
lld/test/MachO/cgprofile-obj.s
lld/test/MachO/cgprofile-print.s
llvm/utils/gn/secondary/lld/MachO/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112164.381300.patch
Type: text/x-patch
Size: 20757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211021/bf2c9526/attachment.bin>
More information about the llvm-commits
mailing list