tsan: uninline RacyStacks::operator==
authorDmitry Vyukov <dvyukov@google.com>
Sat, 25 Sep 2021 09:56:53 +0000 (11:56 +0200)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 25 Sep 2021 10:08:51 +0000 (12:08 +0200)
commitb02938439dab1f282d28a4a94419de505f0f9c6e
treed29a6f874759a65c81e65507cb520c57616f543f
parent993f3c61b31d3917e0809bf1925c97fc0a61ce90
tsan: uninline RacyStacks::operator==

It's only used during race reporting.
There is no point in polluting the main header file with it.

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D110470
compiler-rt/lib/tsan/rtl/tsan_rtl.h
compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp