Skip to content

Commit

Permalink
valgrind/x86_64-pc-linux-gnu.supp: Suppress also /bin/bash.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218369 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Sep 24, 2014
1 parent 80b7979 commit 6b37197
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utils/valgrind/x86_64-pc-linux-gnu.supp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
obj:/usr/bin/as
}

{
We don't care if bash leaks
Memcheck:Leak
fun:malloc
fun:xmalloc
obj:/bin/bash
}

{
We don't care of cmp
Memcheck:Cond
Expand Down

0 comments on commit 6b37197

Please sign in to comment.