[PATCH] D81429: [COFF] Port CallGraphSort to COFF from ELF
Zequan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 15:48:58 PDT 2020
zequanwu added inline comments.
================
Comment at: lld/COFF/Options.td:246
+ "print-symbol-order",
+ "Print a symbol order specified by /call-graph-ordering-file into the "
+ "specified file">;
----------------
hans wrote:
> The order could also come from the object files, right? I mean it doesn't have to be specified y /call-graph-ordering-file (but I guess the output is useful for passing to the flag)
Yes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81429/new/
https://reviews.llvm.org/D81429
More information about the llvm-commits
mailing list