[all-commits] [llvm/llvm-project] 5ce04b: [ASan][Darwin][GCD] Add interceptor for dispatch_a...

thetruestblue via All-commits all-commits at lists.llvm.org
Wed Jul 23 10:27:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ce04b473cd6cd3cc0c85cf21d69aa956e7ba868
      https://github.com/llvm/llvm-project/commit/5ce04b473cd6cd3cc0c85cf21d69aa956e7ba868
  Author: thetruestblue <bblueconway at gmail.com>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M compiler-rt/lib/asan/asan_mac.cpp
    M compiler-rt/lib/asan/tests/asan_mac_test.cpp
    M compiler-rt/lib/asan/tests/asan_mac_test.h
    M compiler-rt/lib/asan/tests/asan_mac_test_helpers.mm
    A compiler-rt/test/asan/TestCases/Darwin/dispatch_apply_threadno.c

  Log Message:
  -----------
  [ASan][Darwin][GCD] Add interceptor for dispatch_apply (#149238)

ASan had a gap in coverage for wqthreads blocks submitted by
dispatch_apply

This adds interceptor for dispatch_apply and dispatch_apply_f and adds a
test that a failure in a dispatch apply block contains thread and stack
info.

rdar://139660648



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list