[PATCH] D138653: [Alignment][NFC] Use the Align type in MCSection

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 24 04:18:25 PST 2022


courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:356
+  ///   shadow = (mem >> Scale) + align_up(__hwasan_shadow,
+  ///   kShadowBaseAlignment)
   ///
----------------
reflow


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138653



More information about the llvm-commits mailing list