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