[all-commits] [llvm/llvm-project] dab7bd: scudo: Delete unused class ScudoByteMap. NFCI.
pcc via All-commits
all-commits at lists.llvm.org
Thu Feb 6 09:30:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dab7bdad049221113ccf8c8ed9f7ead98809cef1
https://github.com/llvm/llvm-project/commit/dab7bdad049221113ccf8c8ed9f7ead98809cef1
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M compiler-rt/lib/scudo/standalone/bytemap.h
M compiler-rt/lib/scudo/standalone/primary32.h
M compiler-rt/lib/scudo/standalone/tests/bytemap_test.cpp
Log Message:
-----------
scudo: Delete unused class ScudoByteMap. NFCI.
The class is only used in SizeClassAllocator32 in 64-bit mode, but we don't
use that class in 64-bit mode.
Differential Revision: https://reviews.llvm.org/D74099
More information about the All-commits
mailing list