[PATCH] D56205: Add -z common-page-size option

Christy Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 10:14:54 PST 2019


christylee created this revision.
Herald added subscribers: llvm-commits, arichardson, emaste.
Herald added a reviewer: espindola.

Some of the projects I work on use the "-z common-page-size" option in their
linkerscripts.  According to https://linux.die.net/man/1/ld,
common-page-size=value "set the emulation common page size to value".


Repository:
  rL LLVM

https://reviews.llvm.org/D56205

Files:
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/ScriptParser.cpp
  lld/test/ELF/linkerscript/common-page-size.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56205.179882.patch
Type: text/x-patch
Size: 4628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190102/a69f6567/attachment.bin>


More information about the llvm-commits mailing list