pcc added inline comments. ================ Comment at: lib/MC/MCSectionELF.cpp:157 + if (Flags & ELF::SHF_LINK_ORDER && AssociatedSymbol) { + OS << ","; ---------------- (from D29104) Would AssociatedSymbol ever be null? Repository: rL LLVM https://reviews.llvm.org/D30129