[all-commits] [llvm/llvm-project] df0712: [hwasan][NFCI] Rename ClRandomSkipRate to ClRandom...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Wed Feb 12 18:43:23 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df07121d54432175ffc211d4165bfe7090c58c5e
https://github.com/llvm/llvm-project/commit/df07121d54432175ffc211d4165bfe7090c58c5e
Author: Thurston Dang <thurston at google.com>
Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Log Message:
-----------
[hwasan][NFCI] Rename ClRandomSkipRate to ClRandomKeepRate (#126990)
The meaning of ClRandomSkipRate was inverted in
https://github.com/llvm/llvm-project/pull/88070 but the variable name
was not changed. This patch fixes it to avoid confusion.
Additionally, it elaborates the flag description to mention the
interaction between the random keep rate and hotness cutoff.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list