[ELF] Support -z max-page-size option
authorShankar Easwaran <shankare@codeaurora.org>
Mon, 10 Nov 2014 14:54:43 +0000 (14:54 +0000)
committerShankar Easwaran <shankare@codeaurora.org>
Mon, 10 Nov 2014 14:54:43 +0000 (14:54 +0000)
commitba154afa0682c8f4fc5a93ccf77ee2610294b124
treed650cebc69e542ce95379e9a27857ac8e927f7f3
parentc937b4923e80e43a299061ae6917f3414c3a2900
[ELF] Support -z max-page-size option

The GNU linker allows the user to change the page size by using the option -z
max-page-size.

llvm-svn: 221584
lld/include/lld/ReaderWriter/ELFLinkingContext.h
lld/lib/Driver/GnuLdDriver.cpp
lld/lib/ReaderWriter/ELF/ELFLinkingContext.cpp