Attempt to silence known valgrind errors.

llvm-svn: 139048
This commit is contained in:
Andrew Trick 2011-09-02 22:59:34 +00:00
parent 38019e3188
commit 67ba2403e8
1 changed files with 5 additions and 0 deletions

View File

@ -51,3 +51,8 @@
obj:/lib/ld*.so
}
{
suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
Memcheck:Value8
fun: *strcasecmp*
}