forked from OSchip/llvm-project
Attempt to silence known valgrind errors.
llvm-svn: 139048
This commit is contained in:
parent
38019e3188
commit
67ba2403e8
|
@ -51,3 +51,8 @@
|
|||
obj:/lib/ld*.so
|
||||
}
|
||||
|
||||
{
|
||||
suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
|
||||
Memcheck:Value8
|
||||
fun: *strcasecmp*
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue