[all-commits] [llvm/llvm-project] 291e3a: [compiler-rt] Update Fuchsia sanitizer sched_yield

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Jul 1 10:26:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 291e3a85658e264a2918298e804972bd68681af8
      https://github.com/llvm/llvm-project/commit/291e3a85658e264a2918298e804972bd68681af8
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-07-01 (Fri, 01 Jul 2022)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp

  Log Message:
  -----------
  [compiler-rt] Update Fuchsia sanitizer sched_yield

Fuchsia has split overloaded nanosleep(0) for yielding to its own
dedicated syscall, so valid zero deadlines would just return.

Patch By: gevalentino

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




More information about the All-commits mailing list