[PATCH] D118724: [lld-macho] Add -pagezero_size
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 2 10:10:08 PST 2022
int3 added inline comments.
================
Comment at: lld/MachO/Target.h:136
static constexpr uint64_t pageZeroSize = 1ull << 12;
static constexpr size_t wordSize = 4;
----------------
re the compilation bug above: what if you changed this from a `constexpr` to a `const`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118724/new/
https://reviews.llvm.org/D118724
More information about the llvm-commits
mailing list