[PATCH] D42858: Add -{no, }-check-sections flag to enable/disable section overlap checking.
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 14:23:16 PST 2018
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
LGTM with the inline comment.
================
Comment at: lld/ELF/Options.td:35-36
+defm check_sections : B<"check-sections",
+ "Check segment addresses for overlaps",
+ "Do not check segment addresses for overlaps">;
+
----------------
Should these say "section" instead of "segment"?
https://reviews.llvm.org/D42858
More information about the llvm-commits
mailing list