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

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 10:44:25 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:
> Sort.
Isn't this already sorted (relative to other Z fields)?


https://reviews.llvm.org/D23538





More information about the llvm-commits mailing list