Skip to content

Commit

Permalink
valgrind: Suppress glibc's optiized strcasecmp harder.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139084 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Sep 3, 2011
1 parent c53479d commit e4553af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion utils/valgrind/x86_64-pc-linux-gnu.supp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit e4553af

Please sign in to comment.