ruiu added inline comments. ================ Comment at: ELF/SyntheticSections.cpp:2445 + SectionPiece &P = Sec->Pieces[I]; + Sec->OffsetMap[P.InputOff] = I; + if (P.Live) ---------------- Shouldn't this line be in the following `if`? https://reviews.llvm.org/D45214