vitalybuka accepted this revision. vitalybuka added inline comments. This revision is now accepted and ready to land.
================ 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 | ---------------- how this related to the patch? ================ Comment at: llvm/docs/GwpAsan.rst:180 | SampleRate | 5000 | The probability (1 / SampleRate) that a page is selected for GWP-ASan | -| | | sampling. Sample rates up to (2^31 - 1) are supported. | +| | | sampling. Sample rates up to (2^30 - 1) are supported. | +----------------------------+---------+--------------------------------------------------------------------------------+ ---------------- unrelated? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138157/new/ https://reviews.llvm.org/D138157 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits