mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user