[all-commits] [llvm/llvm-project] 4e67ae: [dfsan] Add origin ABI wrappers for thread/signal/...

Z via All-commits all-commits at lists.llvm.org
Mon Mar 15 09:18:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e67ae7b6b1c6c06f40191d9c968717101903761
      https://github.com/llvm/llvm-project/commit/4e67ae7b6b1c6c06f40191d9c968717101903761
  Author: Jianzhou Zhao <jianzhouzh at google.com>
  Date:   2021-03-15 (Mon, 15 Mar 2021)

  Changed paths:
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/dfsan/dfsan_thread.cpp
    M compiler-rt/lib/dfsan/dfsan_thread.h
    M compiler-rt/lib/dfsan/done_abilist.txt
    M compiler-rt/test/dfsan/atomic.cpp
    M compiler-rt/test/dfsan/custom.cpp
    A compiler-rt/test/dfsan/fork.cpp
    A compiler-rt/test/dfsan/origin_with_sigactions.c
    A compiler-rt/test/dfsan/origin_with_signals.cpp
    M compiler-rt/test/dfsan/pthread.c
    M compiler-rt/test/dfsan/sigaction_stress_test.c

  Log Message:
  -----------
  [dfsan] Add origin ABI wrappers for thread/signal/fork

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.

Reviewed By: morehouse

Differential Revision: https://reviews.llvm.org/D98359




More information about the All-commits mailing list