buildbot/valgrind: Suppress warnings about leaks in /bin/grep.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-08-19 17:21:17 +00:00
parent 638ff6d315
commit 6f0c0b364b

View File

@ -27,6 +27,12 @@
obj:/usr/bin/python2.5
}
{
We don't care if grep leaks
Memcheck:Leak
obj:/bin/grep
}
{
We don't care if python leaks
Memcheck:Leak