[PATCH] D110451: [IR] Increase max alignment to 4GB

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 6 12:13:24 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:179
 
-static const unsigned kAllocaRzSize = 32;
+static const uint64_t kAllocaRzSize = 32;
 
----------------
You may switch to namespace scope/global `constexpr` while touching the lines. They are automatically internal linkage.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110451/new/

https://reviews.llvm.org/D110451



More information about the cfe-commits mailing list