This is an archive of the discontinued LLVM Phabricator instance.

sanitizer_common: remove SANITIZER_USE_MALLOC
ClosedPublic

Authored by dvyukov on Nov 24 2021, 12:45 AM.

Details

Summary

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.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Nov 24 2021, 12:45 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 24 2021, 12:45 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dvyukov edited the summary of this revision. (Show Details)Nov 24 2021, 12:46 AM
melver accepted this revision.Nov 24 2021, 3:28 AM
This revision is now accepted and ready to land.Nov 24 2021, 3:28 AM
This revision was automatically updated to reflect the committed changes.