[all-commits] [llvm/llvm-project] dcc6db: tsan: add another deep stack test
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Thu Sep 23 01:45:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dcc6db22d8508a85ecd2b8bdcc5ae5646968c083
https://github.com/llvm/llvm-project/commit/dcc6db22d8508a85ecd2b8bdcc5ae5646968c083
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
A compiler-rt/test/tsan/deep_stack2.cpp
Log Message:
-----------
tsan: add another deep stack test
Add a test for a trace corner case that lead to a bug
in experimental runtime replacement.
Since it passes with the current runtime it makes sense
to submit it on its own.
Depends on D110264.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D110265
More information about the All-commits
mailing list