[PATCH] D23538: [ELF] Allow specifying the stack size

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 12:36:10 PDT 2016


phosek added inline comments.

================
Comment at: ELF/Config.h:117
@@ -116,2 +116,3 @@
   bool ZRelro;
+  uint64_t ZStackSize = -1;
   UnresolvedPolicy UnresolvedSymbols;
----------------
ruiu wrote:
> But other members are sorted by type, too. See `ImageBase` below.
I missed the sorting by type.


https://reviews.llvm.org/D23538





More information about the llvm-commits mailing list