[PATCH] D14382: [ELF2] - Basic implementation of -r/--relocatable

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 07:08:59 PST 2015


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





More information about the llvm-commits mailing list