mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
valgrind: Suppress glibc's optiized strcasecmp harder.
llvm-svn: 139084
This commit is contained in:
parent
902004dcd8
commit
b98ae4dc68
@ -54,5 +54,11 @@
|
||||
{
|
||||
suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
|
||||
Memcheck:Value8
|
||||
fun: *strcasecmp*
|
||||
fun:__GI___strcasecmp_l
|
||||
}
|
||||
|
||||
{
|
||||
suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
|
||||
Memcheck:Addr8
|
||||
fun:__GI___strcasecmp_l
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user