[PATCH] D16799: [ELF] Finalize .dynamic section at the end

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 00:54:46 PST 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: ELF/Writer.cpp:973
@@ -967,1 +972,3 @@
+    Out<ELFT>::Dynamic->finalize();
+
   return true;
----------------
Remove this blank line.


Repository:
  rL LLVM

http://reviews.llvm.org/D16799





More information about the llvm-commits mailing list