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 only detect a one-character prefix, which is the only case that matters anywhere right now.release/7.1
parent
0c9fe2b232
commit
910bf33879
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue