[PATCH] D81429: [COFF] Port CallGraphSort to COFF from ELF
Zequan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 13:52:10 PDT 2020
zequanwu created this revision.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.
Port CallGraphSort to COFF from ELF. The CallGraphSort.cpp in COFF is basically the same as the one in ELF, so I am thinking about templatizing it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81429
Files:
lld/COFF/CMakeLists.txt
lld/COFF/CallGraphSort.cpp
lld/COFF/CallGraphSort.h
lld/COFF/Config.h
lld/COFF/Driver.cpp
lld/COFF/Options.td
lld/COFF/Writer.cpp
lld/test/COFF/cgprofile-bad-clusters.s
lld/test/COFF/cgprofile-icf.s
lld/test/COFF/cgprofile-print.s
lld/test/COFF/cgprofile-txt.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81429.269346.patch
Type: text/x-patch
Size: 21077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200608/7e4309ce/attachment.bin>
More information about the llvm-commits
mailing list