buildbot/valgrind: Ignore leaks in /usr/bin/as.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-08-25 03:40:20 +00:00
parent f76c55aa40
commit 7226a0eb52
2 changed files with 12 additions and 0 deletions

View File

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

View File

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