[compiler-rt] [scudo] Support no-preserve-all-regions mode (PR #85149)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 27 15:18:44 PDT 2024
================
@@ -251,9 +238,10 @@ template <typename Config> class SizeClassAllocator64 {
}
const bool RegionIsExhausted = Region->Exhausted;
- if (!RegionIsExhausted)
+ if (!RegionIsExhausted) {
----------------
cferris1000 wrote:
Sounds good to me.
https://github.com/llvm/llvm-project/pull/85149
More information about the llvm-commits
mailing list