[compiler-rt] [asan][test] Attempt to fix suppressions-alloc-dealloc-mismatch.cpp on Darwin (PR #124987)

Ben Langmuir via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 09:17:34 PST 2025


benlangmuir wrote:

Ah, I see in compiler-rt/test/asan/TestCases/suppressions-function.cpp:

```
// FIXME: atos does not work for inlined functions, yet llvm-symbolizer
// does not always work with debug info on Darwin.
// UNSUPPORTED: darwin
```

So it seems this is a known issue with suppressions in optimized builds.  I'll apply the same thing here unless you have a better idea.

https://github.com/llvm/llvm-project/pull/124987


More information about the llvm-commits mailing list