Attempt to silence known valgrind errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139048 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2011-09-02 22:59:34 +00:00
parent 439f71eb30
commit 7a15a9ad97

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