[all-commits] [llvm/llvm-project] 58f754: [sanitizer] Move signal blocking code into posix

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Sep 26 17:45:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 58f7543361a475f0f8e309a2b5f38a3daa405549
      https://github.com/llvm/llvm-project/commit/58f7543361a475f0f8e309a2b5f38a3daa405549
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M compiler-rt/lib/asan/asan_interceptors.cpp
    M compiler-rt/lib/asan/asan_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.h

  Log Message:
  -----------
  [sanitizer] Move signal blocking code into posix

This will affect only Darwin, as the rest alredy do that.

Reviewed By: rsundahl

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




More information about the All-commits mailing list