[all-commits] [llvm/llvm-project] 82e593: tsan: uninline Enable/DisableIgnores
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Tue Sep 21 22:25:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82e593cf900d10e9968fcecdcb51e922a553c2de
https://github.com/llvm/llvm-project/commit/82e593cf900d10e9968fcecdcb51e922a553c2de
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_interceptors.h
M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list