[all-commits] [llvm/llvm-project] 7d4332: [Darwin][Test][leaks] Disable leak detection for a...

thetruestblue via All-commits all-commits at lists.llvm.org
Tue Mar 18 14:49:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d4332a8f96483c02f853c353d475b2e445d0f79
      https://github.com/llvm/llvm-project/commit/7d4332a8f96483c02f853c353d475b2e445d0f79
  Author: thetruestblue <bblueconway at gmail.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M compiler-rt/test/asan/lit.cfg.py

  Log Message:
  -----------
  [Darwin][Test][leaks] Disable leak detection for asan tests on non-Intel Darwin devices (#131676)

`detect_leaks` option for asan does not work well on Apple Silicon
(arm64) MacOS devices and results in hundreds of ASan test failures when
run with this option set for all tests.

We should not add this option for tests unless we are targeting an
x86_64 device for Darwin, where this seems to be tested and working
well.

rdar://147069153



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