[all-commits] [llvm/llvm-project] b5c207: [Sanitizers][Driverkit] Stop using Sanitizer Alloc...
thetruestblue via All-commits
all-commits at lists.llvm.org
Wed Aug 16 11:30:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5c2075081b7a174edd6f7905e486ce2217a73ec
https://github.com/llvm/llvm-project/commit/b5c2075081b7a174edd6f7905e486ce2217a73ec
Author: Blue Gaston <bgaston2 at apple.com>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
Log Message:
-----------
[Sanitizers][Driverkit] Stop using Sanitizer Allocator64 on Driverkit
Before refactoring this code, all arm64 were set to use the 32bit allocator. This patch reverts back that behavior for DriverKit.
Because we target DriverKit as the target OS, rather than a specific platform, reverting back to the previous behavior is preferred to fix a failure we are seeing on embedded platforms.
Though it may be more correct in the future to match the allocator to the platform being used.
rdar://113649286
Differential Revision: https://reviews.llvm.org/D158028
More information about the All-commits
mailing list