[all-commits] [llvm/llvm-project] 78f74f: [Darwin][ASan][Test] Create a noinlined wrapper fu...

Paddy McDonald via All-commits all-commits at lists.llvm.org
Fri Mar 14 13:14:55 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78f74f686bfe21262f8b171e21450186edd081ab
      https://github.com/llvm/llvm-project/commit/78f74f686bfe21262f8b171e21450186edd081ab
  Author: Paddy McDonald <padriff at hotmail.com>
  Date:   2025-03-14 (Fri, 14 Mar 2025)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp

  Log Message:
  -----------
  [Darwin][ASan][Test] Create a noinlined wrapper function for reliable suppression in test. (#131247)

CFStringCreateWithBytes may not always appear on stack due to
optimizations. Create a wrapper function for the purposes of testing
suppression files that will always appear on stack for test stability.

rdar://144800068



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