commit | 737aac5107ee464da0c8847bccff3f52c9e241f7 | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Wed May 04 01:03:02 2011 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Wed May 04 01:03:02 2011 +0000 |
tree | a41837259be6eba1719cb89d07ab8b5d09bea3ad | |
parent | f1b401800a264aa8e1166aaa03da0975a352229a [diff] |
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 +} +
diff --git a/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp b/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp index 7b2dd45..3d15d71 100644 --- a/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp +++ b/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp
@@ -44,3 +44,10 @@ fun:malloc obj:/usr/bin/python* } + +{ + We don't care about anything ld.so does. + Memcheck:Cond + obj:/lib/ld*.so +} +