[all-commits] [llvm/llvm-project] 87850e: [Sanitizer] Clean up SANITIZER_CAN_USE_ALLOCATOR64...
thetruestblue via All-commits
all-commits at lists.llvm.org
Fri Jan 13 09:58:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87850e9bb1554bb2754674563b96f9a84d97a003
https://github.com/llvm/llvm-project/commit/87850e9bb1554bb2754674563b96f9a84d97a003
Author: Blue Gaston <bgaston2 at apple.com>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
Log Message:
-----------
[Sanitizer] Clean up SANITIZER_CAN_USE_ALLOCATOR64 logic
Update: A change to this code recently broke our bots after this change enabled the 64 bit allocator for defined(aarch64): https://reviews.llvm.org/D137136
We added logic initially to get our test passing, but want to further clean up this code to enable MacOS to use allocator64 and increase readability and clarity of the logic.
rdar://103647896
Differential Revision: https://reviews.llvm.org/D141171
More information about the All-commits
mailing list