Skip to content

Commit

Permalink
llvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add /usr/bin/cmp.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172981 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Jan 20, 2013
1 parent e6e7606 commit 30bb189
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,12 @@
obj:/usr/bin/as
}

{
We don't care of cmp
Memcheck:Cond
obj:/usr/bin/cmp
}

{
We don't care if grep leaks
Memcheck:Leak
Expand Down

0 comments on commit 30bb189

Please sign in to comment.