valgrind: Suppress glibc's optiized strcasecmp harder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2011-09-03 17:59:31 +00:00
parent c53479d9c2
commit e4553af561

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
}