diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2021-10-05 16:54:14 +0200 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-06 08:44:04 +0200 |
commit | 24af1ba605364e3e91a05e47d41c2aec1b7b2d26 (patch) | |
tree | f2222676fa0d42befcb6f46b55d9195b03f91b95 /llvm/lib/Support/ErrorHandling.cpp | |
parent | 6bc64e24c38a42f2797ee64c78cb2d42b245b59e (diff) | |
download | llvm-24af1ba605364e3e91a05e47d41c2aec1b7b2d26.zip llvm-24af1ba605364e3e91a05e47d41c2aec1b7b2d26.tar.gz llvm-24af1ba605364e3e91a05e47d41c2aec1b7b2d26.tar.bz2 |
tsan: don't instrument runtime callbacks in tests
These runtime callbacks are supposed to be non-instrumented,
we can't handle runtime recursion well, nor can we afford
explicit recursion checks in the hot functions (memory access,
function entry/exit).
It used to work (not crash), but it won't work with the new runtime.
Mark all runtime callbacks as non-instrumented.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D111157
Diffstat (limited to 'llvm/lib/Support/ErrorHandling.cpp')
0 files changed, 0 insertions, 0 deletions