[PATCH] D36351: [lld][ELF] Add profile guided section layout
Michael Spencer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 00:45:47 PST 2018
Bigcheese updated this revision to Diff 130103.
Bigcheese edited the summary of this revision.
Bigcheese added a comment.
I've simplified the logic by getting rid of `WorkLookup` and just embedding the `std::set` iterator in `Edge`.
I've also split off the LLVM changes into two separate reviews:
- https://reviews.llvm.org/D42161
- https://reviews.llvm.org/D42163
Repository:
rL LLVM
https://reviews.llvm.org/D36351
Files:
ELF/CMakeLists.txt
ELF/CallGraphSort.cpp
ELF/CallGraphSort.h
ELF/Config.h
ELF/Driver.cpp
ELF/InputFiles.cpp
ELF/InputFiles.h
ELF/Options.td
ELF/Writer.cpp
test/ELF/cgprofile-object.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36351.130103.patch
Type: text/x-patch
Size: 19765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180117/a59f643a/attachment.bin>
More information about the llvm-commits
mailing list