[PATCH] D36546: Garbage-collect common symbols.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 00:44:07 PDT 2017
grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.
Thanks !
================
Comment at: lld/ELF/Symbols.h:165
+ // belong to any input section, their liveness is managed by this bit.
+ bool Live;
----------------
Should it be `unsigned isLive: 1` ? (for consistency with flags in `SymbolBody`)
https://reviews.llvm.org/D36546
More information about the llvm-commits
mailing list