The system suppression file should catch these, but since they *once again* are
not, I'll just add them here and be done with it.
llvm-svn: 130819
diff --git a/llvm/utils/valgrind/i386-pc-linux-gnu.supp b/llvm/utils/valgrind/i386-pc-linux-gnu.supp
index 0509791..ddd0a08 100644
--- a/llvm/utils/valgrind/i386-pc-linux-gnu.supp
+++ b/llvm/utils/valgrind/i386-pc-linux-gnu.supp
@@ -39,3 +39,10 @@
fun:malloc
obj:/usr/bin/python*
}
+
+{
+ We don't care about anything ld.so does.
+ Memcheck:Cond
+ obj:/lib/ld*.so
+}
+