[ELF] Allow specifying the stack size
authorPetr Hosek <phosek@chromium.org>
Wed, 17 Aug 2016 23:59:58 +0000 (23:59 +0000)
committerPetr Hosek <phosek@chromium.org>
Wed, 17 Aug 2016 23:59:58 +0000 (23:59 +0000)
commit1fb2ecc9030c288fcbe32bca11c1b5a07414c13c
tree5211e62cd52a9fc7ff828ca535053a5e7acdd52b
parent56ee4f1fb786168f05c41cfeb939ba04362b2f16
[ELF] Allow specifying the stack size

This option can be used to specify the stack size of the
PT_GNU_STACK segment.

Differential Revision: https://reviews.llvm.org/D23538

llvm-svn: 279013
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Writer.cpp
lld/test/ELF/zstack-size.s [new file with mode: 0644]