tsan: uninline Enable/DisableIgnores
authorDmitry Vyukov <dvyukov@google.com>
Tue, 21 Sep 2021 12:13:12 +0000 (14:13 +0200)
committerDmitry Vyukov <dvyukov@google.com>
Wed, 22 Sep 2021 05:25:14 +0000 (07:25 +0200)
commit82e593cf900d10e9968fcecdcb51e922a553c2de
treef27e12f76a9b4fb375d51952e13bd7d3597aa30b
parentdb2f870fe3dcecc43c874ef571757d5aeac0569c
tsan: uninline Enable/DisableIgnores

ScopedInterceptor::Enable/DisableIgnores is only used for some special cases.
Unline them from the common interceptor handling.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D110157
compiler-rt/lib/tsan/rtl/tsan_interceptors.h
compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp