grimar added inline comments. ================ Comment at: ELF/OutputSections.cpp:642 @@ +641,3 @@ + Header.sh_entsize = true ? sizeof(Elf_Rela) : sizeof(Elf_Rel); +} + ---------------- Sorry, forgot about that "true ?", will fix in updated patch. http://reviews.llvm.org/D14382