[PATCH] D58599: [LLD] Add summary support
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 25 15:10:21 PST 2019
ruiu added a comment.
Could you elaborate a bit about why you want this feature?
Instead of adding a flag, you might want to do that when /verbose is given.
================
Comment at: COFF/PDB.cpp:1361
}
}
----------------
Looks like instead of pushing stats data to a `Summary` class and print it out later, you could print out the stats right here.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58599/new/
https://reviews.llvm.org/D58599
More information about the llvm-commits
mailing list