[PATCH] D57206: [ThinLTO] Add option to dump per-module summary dot graph
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 20:53:19 PST 2019
mehdi_amini added inline comments.
================
Comment at: lib/Analysis/ModuleSummaryAnalysis.cpp:641
+ }
+
return Index;
----------------
It this something that can be pushed to the client? It does not necessarily seems to me that it belongs to a library method that builds the summary (unless maybe if you're seeing this as pure debugging)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57206/new/
https://reviews.llvm.org/D57206
More information about the llvm-commits
mailing list