[all-commits] [llvm/llvm-project] cf93f7: tsan: move errno spoiling reporting into a separat...

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Tue Sep 21 22:13:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cf93f7677de3cde9a1166d23eafddd27536c8b25
      https://github.com/llvm/llvm-project/commit/cf93f7677de3cde9a1166d23eafddd27536c8b25
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

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

  Log Message:
  -----------
  tsan: move errno spoiling reporting into a separate function (NFC)

CallUserSignalHandler function is quite large and complex.
Move errno spoiling reporting into a separate function.
No logical changes.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list