silvas added a comment. Small nit. ================ Comment at: llvm/include/llvm/Support/ELF.h:749 + // FIXME: Tentative value. + SHF_ASSOCIATED = 0x1000U, ---------------- Explain the semantics. There is currently no spec reference to look up. https://reviews.llvm.org/D28626