This is a part of https://reviews.llvm.org/D95835.
See https://github.com/llvm/llvm-project/commit/bb91e02efd00eda04296069a83228c8d9db105b7 about the similar issue of fork in MSan's origin tracking.
Paths
| Differential D98359
[dfsan] Add origin ABI wrappers for thread/signal/fork ClosedPublic Authored by stephan.yichao.zhao on Mar 10 2021, 9:06 AM.
Details Summary This is a part of https://reviews.llvm.org/D95835. See https://github.com/llvm/llvm-project/commit/bb91e02efd00eda04296069a83228c8d9db105b7 about the similar issue of fork in MSan's origin tracking.
Diff Detail
Event Timeline
stephan.yichao.zhao added inline comments.
stephan.yichao.zhao marked 3 inline comments as done. Comment Actionsmerged test cases to dedup same code.
stephan.yichao.zhao added inline comments.
stephan.yichao.zhao added inline comments. This revision is now accepted and ready to land.Mar 12 2021, 3:44 PM This revision was landed with ongoing or failed builds.Mar 15 2021, 9:18 AM Closed by commit rG4e67ae7b6b1c: [dfsan] Add origin ABI wrappers for thread/signal/fork (authored by Jianzhou Zhao <jianzhouzh@google.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 330120 compiler-rt/lib/dfsan/dfsan.cpp
compiler-rt/lib/dfsan/dfsan_custom.cpp
compiler-rt/lib/dfsan/dfsan_thread.h
compiler-rt/lib/dfsan/dfsan_thread.cpp
compiler-rt/lib/dfsan/done_abilist.txt
compiler-rt/test/dfsan/atomic.cppcompiler-rt/test/dfsan/custom.cpp
compiler-rt/test/dfsan/fork.cpp
compiler-rt/test/dfsan/origin_with_sigactions.c
compiler-rt/test/dfsan/origin_with_signals.cpp
compiler-rt/test/dfsan/pthread.c
compiler-rt/test/dfsan/sigaction_stress_test.c
|