[PATCH] D32612: Remove LinkerScript::flush

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 14:41:27 PDT 2017


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

LGTM. I think this is towards a right direction.



================
Comment at: ELF/LinkerScript.cpp:818
+
+      Cmd->Sec = Sec;
+      auto *ISD = make<InputSectionDescription>("");
----------------
This needs a comment.


https://reviews.llvm.org/D32612





More information about the llvm-commits mailing list