[PATCH] D61688: [LLD][ELF] Full support for -n (--nmagic) and -N (--omagic) via -zcommon-page-size
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 04:09:14 PDT 2019
ruiu added a comment.
Sorry for my ignorance, but I don't think I fully understand the difference of "page size" and "common page size". In what situation you want to set different values to these variables? Is there any constraint between them, such as one value is always greater than the other, etc.?
================
Comment at: ELF/Options.td:237
+def no_nmagic: F<"no-nmagic">, MetaVarName<"<magic>">,
+ HelpText<"Page align sections.">;
+
----------------
Please add `(default)`.
================
Comment at: ELF/Options.td:240
def no_omagic: F<"no-omagic">, MetaVarName<"<magic>">,
- HelpText<"Do not set the text data sections to be writable">;
+ HelpText<"Do not set the text data sections to be writable, page align sections">;
----------------
Ditto
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61688/new/
https://reviews.llvm.org/D61688
More information about the llvm-commits
mailing list