[all-commits] [llvm/llvm-project] 06677d: sanitizer_common: remove SANITIZER_USE_MALLOC
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Wed Nov 24 04:25:26 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06677d6a9faef9f57c3b3c79906e4bba18ebee8a
https://github.com/llvm/llvm-project/commit/06677d6a9faef9f57c3b3c79906e4bba18ebee8a
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-11-24 (Wed, 24 Nov 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
Log Message:
-----------
sanitizer_common: remove SANITIZER_USE_MALLOC
It was introduced in:
9cffc9550b75 tsan: allow to force use of __libc_malloc in sanitizer_common
and used in:
512a18e51819 tsan: add standalone deadlock detector
and later used for Go support.
But now both uses are gone. Nothing defines SANITIZER_USE_MALLOC.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D114514
More information about the All-commits
mailing list