The system suppression file should catch these, but since they *once again* are
authorNick Lewycky <nicholas@mxc.ca>
Wed, 4 May 2011 01:03:02 +0000 (01:03 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 4 May 2011 01:03:02 +0000 (01:03 +0000)
not, I'll just add them here and be done with it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130819 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 0509791582beddb4a2de4f7cda361f1edf40f19f..ddd0a081f008706d944e69328880e9507b240fac 100644 (file)
    fun:malloc
    obj:/usr/bin/python*
 }
+
+{
+   We don't care about anything ld.so does.
+   Memcheck:Cond
+   obj:/lib/ld*.so
+}
+
index 7b2dd4517daf8c695c2abb45234c2889d3401bf4..3d15d714701453a02816ac3d85c73598fc21b05c 100644 (file)
    fun:malloc
    obj:/usr/bin/python*
 }
+
+{
+   We don't care about anything ld.so does.
+   Memcheck:Cond
+   obj:/lib/ld*.so
+}
+