llvm/test/tools/lto
Adam Nemet 6df4a6f175 [LTO] Support Statistics
Summary:
I thought -Xlinker -mllvm -Xlinker -stats worked at some point but maybe
it never did.

For clang, I believe that stats are printed from cc1_main.  This patch
also prints them for LTO, specifically right after codegen happens.

I only looked at the C API for LTO briefly to see if this is a good
place.  Probably there are still cases where this wouldn't be printed
but it seems to be working for the common case.  I also experimented
putting this in the LTOCodeGenerator destructor but that didn't trigger
for me because ld64 does not destroy the LTOCodeGenerator.

Reviewers: dexonsmith, joker.eph

Subscribers: rafael, joker.eph, llvm-commits

Differential Revision: http://reviews.llvm.org/D17302

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261013 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-16 21:41:51 +00:00
..
hide-linkonce-odr.ll Add a test showing when ld64 can hide linkonce_odr symbols. 2016-01-15 16:40:20 +00:00
lit.local.cfg Make sure this test is actually executed. 2016-01-15 16:16:46 +00:00
opt-level.ll Make sure this test is actually executed. 2016-01-15 16:16:46 +00:00
print-stats.ll [LTO] Support Statistics 2016-02-16 21:41:51 +00:00