[all-commits] [llvm/llvm-project] e2a9d3: [scudo] Remove AndroidSvelteConfig. (#66444)
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Mon Sep 18 13:58:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2a9d3f851c1d11b0bb97fd6c2b2739c992edffd
https://github.com/llvm/llvm-project/commit/e2a9d3f851c1d11b0bb97fd6c2b2739c992edffd
Author: Christopher Ferris <cferris1000 at users.noreply.github.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/allocator_config.h
M compiler-rt/lib/scudo/standalone/benchmarks/malloc_benchmark.cpp
M compiler-rt/lib/scudo/standalone/size_class_map.h
M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
M compiler-rt/lib/scudo/standalone/tests/release_test.cpp
M compiler-rt/lib/scudo/standalone/tests/size_class_map_test.cpp
Log Message:
-----------
[scudo] Remove AndroidSvelteConfig. (#66444)
This config is not actually used anywhere and it is not used on Android.
Since it does not test anything not tested elsewhere, remove it.
Remove the size class data associated with this config too.
More information about the All-commits
mailing list