This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Add an option to llvm-lto to print some basic statistics for the index
ClosedPublic

Authored by mehdi_amini on Sep 7 2016, 1:35 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mehdi_amini updated this revision to Diff 70509.Sep 7 2016, 1:35 AM
mehdi_amini retitled this revision from to [ThinLTO] Add an option to llvm-lto to print some basic statistics for the index.
mehdi_amini updated this object.
mehdi_amini added a reviewer: tejohnson.
mehdi_amini added a subscriber: llvm-commits.
mehdi_amini updated this revision to Diff 70510.Sep 7 2016, 1:36 AM

clang-format

tejohnson accepted this revision.Sep 12 2016, 2:12 PM
tejohnson edited edge metadata.

LGTM with change to refactor the new functionality into a separate function.

This revision is now accepted and ready to land.Sep 12 2016, 2:12 PM

Can you confirm you mean a local (static) function? (And not a library function with a public API?)

Can you confirm you mean a local (static) function? (And not a library function with a public API?)

Sorry, yes, the former. Just to keep it out of main().

Prazek accepted this revision.Sep 13 2016, 11:05 AM
Prazek added a reviewer: Prazek.
Prazek added a subscriber: Prazek.

LGTM

This revision was automatically updated to reflect the committed changes.