[all-commits] [llvm/llvm-project] 261d9e: [scudo] Fix MallocIterateBoundary test on 32 bit A...
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Wed Jun 14 10:36:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 261d9e58d42efe4cfc34c5dd16b3001e4ffd39d6
https://github.com/llvm/llvm-project/commit/261d9e58d42efe4cfc34c5dd16b3001e4ffd39d6
Author: Christopher Ferris <cferris at google.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
Log Message:
-----------
[scudo] Fix MallocIterateBoundary test on 32 bit Android.
On Android, the min alignment is 16 bytes. This test needs
the BlockDelta to match the min alignment, so set this value
differently for Android.
Update the comment in to explain these details.
Reviewed By: Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D152884
More information about the All-commits
mailing list