[PATCH] D36351: [lld][ELF] Add profile guided section layout

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 21:37:38 PDT 2017


davide added inline comments.


================
Comment at: ELF/CallGraphSort.cpp:112
+// Take the edge list in Config->CallGraphProfile, resolve symbol names to
+// SymbolBodys, and generate a graph between InputSections with the provided
+// weights.
----------------
davide wrote:
> Simbol Bodies.
*symbol bodies


https://reviews.llvm.org/D36351





More information about the llvm-commits mailing list