[all-commits] [llvm/llvm-project] c82bd4: tsan: use VReport instead of VPrintf in background...

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Tue Dec 21 10:52:00 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c82bd4c5bafafc75a524e38e01915307fb63ee17
      https://github.com/llvm/llvm-project/commit/c82bd4c5bafafc75a524e38e01915307fb63ee17
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp

  Log Message:
  -----------
  tsan: use VReport instead of VPrintf in background thread

If there are multiple processes, it's hard to understand
what output comes from what process.
VReport prepends pid to the output. Use it.

Depends on D113982.

Reviewed By: melver

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




More information about the All-commits mailing list