[all-commits] [llvm/llvm-project] 6a2bc4: [compiler-rt][asan][Fuchsia] Tune the 64-bit asan ...
PiJoules via All-commits
all-commits at lists.llvm.org
Thu Sep 28 12:00:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a2bc488134d20342854eeb69db53c3caa2ee7db
https://github.com/llvm/llvm-project/commit/6a2bc488134d20342854eeb69db53c3caa2ee7db
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M compiler-rt/lib/asan/asan_allocator.h
Log Message:
-----------
[compiler-rt][asan][Fuchsia] Tune the 64-bit asan allocator for riscv+fuchsia
This uses a custom size class map and primary allocator arena size that allows
us to run all bringup tests on riscv64 with asan instrumentation reliabely.
Differential Revision: https://reviews.llvm.org/D151157
More information about the All-commits
mailing list