Eliminate valgrind warnings from Python on the 32-bit as well.
authorCameron Zwarich <zwarich@apple.com>
Tue, 22 Feb 2011 01:00:10 +0000 (01:00 +0000)
committerCameron Zwarich <zwarich@apple.com>
Tue, 22 Feb 2011 01:00:10 +0000 (01:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126171 91177308-0d34-0410-b5e6-96231b3b80d8

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

index c9f68a0ab66c32bf27460921e935367590f3c958..0509791582beddb4a2de4f7cda361f1edf40f19f 100644 (file)
 {
    ADDRESS_IN_RANGE/Invalid read of size 4
    Memcheck:Addr4
-   obj:/usr/bin/python2.5
+   obj:/usr/bin/python*
 }
 
 {
    ADDRESS_IN_RANGE/Invalid read of size 4
    Memcheck:Value4
-   obj:/usr/bin/python2.5
+   obj:/usr/bin/python*
 }
 
 {
    ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
    Memcheck:Cond
-   obj:/usr/bin/python2.5
+   obj:/usr/bin/python*
 }
 
 {
@@ -37,5 +37,5 @@
    We don't care if python leaks
    Memcheck:Leak
    fun:malloc
-   obj:/usr/bin/python2.5
+   obj:/usr/bin/python*
 }