[PATCH] D24891: [ELF] Support -z max-page-size option
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 18:30:53 PDT 2016
phosek updated this revision to Diff 72752.
phosek added a comment.
Now that https://reviews.llvm.org/D24987 has landed, I have revised the patch to make sure that the `MaxPageSize` value is properly propagated to the writer and also added a test that checks that the wiring is working. I've also removed the support for `-z common-page-size`, I don't think we should be supporting that option until (if ever) we decide to implement the page saving logic because that's the only place where that option comes into play. Could you please take a look again?
https://reviews.llvm.org/D24891
Files:
ELF/Config.h
ELF/Driver.cpp
ELF/LinkerScript.cpp
ELF/Writer.cpp
test/ELF/linkerscript/page-size.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24891.72752.patch
Type: text/x-patch
Size: 6564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160928/017e1c2b/attachment.bin>
More information about the llvm-commits
mailing list