MaskRay wrote:

> ah it's because we something like
> 
> ```
> [cfi-unrelated-cast|cfi-derived-cast]
> 
> src:*third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
> ```
> 
> it seems like the new system doesn't match 
> `[cfi-unrelated-cast|cfi-derived-cast]`

The glob mode can use the section name `[cfi-*-cast]` or 
`[cfi-{unrelated,derived}-cast]`. 
https://clang.llvm.org/docs/SanitizerSpecialCaseList.html contains an example.

https://github.com/llvm/llvm-project/pull/74809
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to