[PATCH] D78983: [ELF] Add --print-archive-stats=
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 01:02:11 PDT 2020
alexshap added inline comments.
================
Comment at: lld/ELF/Driver.h:33
+ std::vector<InputFile *> files;
+
----------------
if this vector is not modified outside of this class then probably it would be good to keep it private and provide a read-only accessor instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78983/new/
https://reviews.llvm.org/D78983
More information about the llvm-commits
mailing list