1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 c710d8fdc7
commit cac23d1858

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