[PATCH] D39666: ELF: Remove DefinedCommon.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 5 20:29:59 PST 2017


pcc added inline comments.


================
Comment at: lld/ELF/InputSection.h:57
 
+  unsigned Bss : 1;
+
----------------
ruiu wrote:
> Can you add this to InputSection?
Do you mean InputSectionBase? I put it here so that it would pack with the other bitfield.


https://reviews.llvm.org/D39666





More information about the llvm-commits mailing list