buildbot/valgrind: Suppress warnings about leaks in /bin/grep.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Aug 2010 17:21:17 +0000 (17:21 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Aug 2010 17:21:17 +0000 (17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111528 91177308-0d34-0410-b5e6-96231b3b80d8

utils/valgrind/x86_64-pc-linux-gnu.supp

index 0cbb332afb91c30313b77394daa1fe9fb20c9093..835cbbe5e1a3805e4c06b78ff162ebbad4e1fbb5 100644 (file)
    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