Re: [PATCH] asan: Don't instrument .ABNORMAL_DISPATCHER [PR114743]

2024-04-17 Thread Richard Biener
On Wed, 17 Apr 2024, Jakub Jelinek wrote: > Hi! > > .ABNORMAL_DISPATCHER is currently the only internal function with > ECF_NORETURN, and asan likes to instrument ECF_NORETURN calls by adding > some builtin call before them, which breaks the .ABNORMAL_DISPATCHER > discovery added in gsi_safe_*.

[PATCH] asan: Don't instrument .ABNORMAL_DISPATCHER [PR114743]

2024-04-17 Thread Jakub Jelinek
Hi! .ABNORMAL_DISPATCHER is currently the only internal function with ECF_NORETURN, and asan likes to instrument ECF_NORETURN calls by adding some builtin call before them, which breaks the .ABNORMAL_DISPATCHER discovery added in gsi_safe_*. The following patch fixes asan not to instrument