[PATCH] D138157: Make -fsanitize=scudo use scudo_standalone. Delete check-scudo.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 14:22:48 PST 2022


hctim added inline comments.


================
Comment at: llvm/docs/GwpAsan.rst:174
 +----------------------------+---------+--------------------------------------------------------------------------------+
-| PerfectlyRightAlign        | false   | When allocations are right-aligned, should we perfectly align them up to the   |
-|                            |         | page boundary? By default (false), we round up allocation size to the nearest  |
----------------
vitalybuka wrote:
> how this related to the patch?
unrelated, was a drive-by cleanup. i'll remove it from the diff.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138157



More information about the llvm-commits mailing list