[all-commits] [llvm/llvm-project] 41a275: [scudo] Fix definition of SCUDO_SMALL_STACK_DEPOT.
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Mon Aug 21 15:18:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41a275321fdf535726c10a8425231d16ce680090
https://github.com/llvm/llvm-project/commit/41a275321fdf535726c10a8425231d16ce680090
Author: Christopher Ferris <cferris at google.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/platform.h
Log Message:
-----------
[scudo] Fix definition of SCUDO_SMALL_STACK_DEPOT.
The SCUDO_FUZZ macro is either defined or not defined. The previous
code assumed it had a one or zero value, so change the setting of
SCUDO_SMALL_STACK_DEPOT based on defined(SCUDO_FUZZ).
Reviewed By: Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D158459
More information about the All-commits
mailing list