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