mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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:
parent
638ff6d315
commit
6f0c0b364b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user