You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change "blacklist" to "ignorelist" because that is what the current
ASan documentation/wiki uses.
- Move "-fsanitize-ignorelist=..." to ccflags (it is a C compiler
option, not a Configure option).
- Use quotes for option values with spaces, not backslashes. I think
it's more readable.
Fixes#23579.
0 commit comments