[all-commits] [llvm/llvm-project] 75be36: [msan] Remove dead function/fields
Z via All-commits
all-commits at lists.llvm.org
Thu Apr 29 16:09:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75be3681d1a98e57f3e7d45343b8fd0a8286b56b
https://github.com/llvm/llvm-project/commit/75be3681d1a98e57f3e7d45343b8fd0a8286b56b
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M compiler-rt/lib/memprof/memprof_allocator.h
M compiler-rt/lib/msan/msan.h
M compiler-rt/lib/msan/msan_allocator.h
Log Message:
-----------
[msan] Remove dead function/fields
To see how to extract a shared allocator interface for D101204,
found some unused code. Tests passed. Are they safe to remove?
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D101559
More information about the All-commits
mailing list