[all-commits] [llvm/llvm-project] 24b0c4: Reapply "[scudo] Make local cache be agnostic to t...
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Mon Oct 9 15:17:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24b0c43c991689f62b40ee14042cc769b21b88f5
https://github.com/llvm/llvm-project/commit/24b0c43c991689f62b40ee14042cc769b21b88f5
Author: ChiaHungDuan <chiahungduan at google.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/CMakeLists.txt
A compiler-rt/lib/scudo/standalone/allocator_common.h
M compiler-rt/lib/scudo/standalone/local_cache.h
M compiler-rt/lib/scudo/standalone/primary32.h
M compiler-rt/lib/scudo/standalone/primary64.h
M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
Log Message:
-----------
Reapply "[scudo] Make local cache be agnostic to the type of node in … (#68633)
…f… (#68626)
This reverts commit 8dd9615dfbd148993964ea6f2de6c6a94f49660c.
1. Fixed the ambiguous aliasing
2. Fixed the type conversion warning
More information about the All-commits
mailing list