[PATCH] D110451: [IR] Increase max alignment to 4GB
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 6 13:32:11 PDT 2021
aeubanks added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:179
-static const unsigned kAllocaRzSize = 32;
+static const uint64_t kAllocaRzSize = 32;
----------------
MaskRay wrote:
> You may switch to namespace scope/global `constexpr` while touching the lines. They are automatically internal linkage.
I'll do that separately
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110451/new/
https://reviews.llvm.org/D110451
More information about the llvm-commits
mailing list