[PATCH] D39045: [ELF] - Simplify output section creation.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 18:43:59 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/LinkerScript.cpp:802
+
+ // Define start address
+ uint64_t StartAddr = UINT64_MAX;
----------------
This comment doesn't make sense even though it's not new. Please remove instead of copy&paste.
https://reviews.llvm.org/D39045
More information about the llvm-commits
mailing list