[PATCH] D15012: [ELF] - split RelocationSection<ELFT>::writeTo function.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 09:16:04 PST 2015
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/OutputSections.cpp:197
@@ +196,3 @@
+// Applies corresponding symbol and type for dynamic tls relocation.
+// Returns true if relocation was handled and false otherwise.
+template <class ELFT>
----------------
Remove "false otherwise" as it's obvious.
http://reviews.llvm.org/D15012
More information about the llvm-commits
mailing list