valgrind: Suppress glibc's optiized strcasecmp harder.

llvm-svn: 139084
This commit is contained in:
Benjamin Kramer 2011-09-03 17:59:31 +00:00
parent a66aaa93ee
commit 09ade9bb8b
1 changed files with 7 additions and 1 deletions

View File

@ -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
}