[compiler-rt] [scudo] Add primary option to enable/disable cache blocks. (PR #129794)
Jordan R AW via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 16:02:42 PDT 2025
================
@@ -81,6 +81,10 @@ PRIMARY_REQUIRED(const s32, MaxReleaseToOsIntervalMs)
// PRIMARY_OPTIONAL(TYPE, NAME, DEFAULT)
//
+
+// Enables/disables primary block caching. Batch class still caches.
+PRIMARY_OPTIONAL(const bool, EnableCache, true)
----------------
ajordanr-google wrote:
I think that works! Thank you.
https://github.com/llvm/llvm-project/pull/129794
More information about the llvm-commits
mailing list