[PATCH] D23538: [ELF] Allow specifying the stack size
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 18:15:11 PDT 2016
phosek created this revision.
phosek added reviewers: ruiu, rafael.
phosek added a subscriber: llvm-commits.
phosek added a project: lld.
This option can be used to set the size of the initial stack by setting the size of the PT_GNU_STACK segment.
https://reviews.llvm.org/D23538
Files:
ELF/Config.h
ELF/Driver.cpp
ELF/Writer.cpp
test/ELF/zstack-size.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23538.68123.patch
Type: text/x-patch
Size: 3983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/999a745b/attachment.bin>
More information about the llvm-commits
mailing list