On 12 Sep 2024, at 8:03, Martin Storsjö wrote:
> On Wed, 11 Sep 2024, Marvin Scholz wrote:
>
>> The symbol prefix check would incorrectly detect a bogus prefix in
>> circumstances where sanitizers
>> instrument the build, like when configuring with the clang-asan toolchain
>> where it would de
On Wed, 11 Sep 2024, Marvin Scholz wrote:
The symbol prefix check would incorrectly detect a bogus prefix in
circumstances where sanitizers
instrument the build, like when configuring with the clang-asan toolchain where
it would detect the
prefix as __odr_asan_gen_, which is obviously wrong.
The symbol prefix check would incorrectly detect a bogus prefix in
circumstances where sanitizers
instrument the build, like when configuring with the clang-asan toolchain where
it would detect the
prefix as __odr_asan_gen_, which is obviously wrong.
To fix this, adjust the prefix detection to o