[PATCH] D24898: [ELF] Support -z common-page-size option

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 24 17:57:57 PDT 2016


phosek created this revision.
phosek added a reviewer: ruiu.
phosek added subscribers: llvm-commits, phosek.
phosek added a project: lld.

This option is already supported by both BFD ld and gold and allows overriding the page size whose default value is defined by the target.

https://reviews.llvm.org/D24898

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/LinkerScript.cpp
  ELF/Writer.cpp
  test/ELF/linkerscript/zcommon-page-size.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24898.72405.patch
Type: text/x-patch
Size: 4547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160925/1333a5db/attachment.bin>


More information about the llvm-commits mailing list