diff options
author | Cameron Zwarich <zwarich@apple.com> | 2011-02-19 21:44:35 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2011-02-19 21:44:35 +0000 |
commit | 2d43ea968f5f9d8b4e5698e83945a01fa401bbe7 (patch) | |
tree | 8404aa45f825db35da34c1e92c84519984c6ad28 | |
parent | a6d2bff0c5b03eb394c32f291a883059f68f4f37 (diff) | |
download | bcm5719-llvm-2d43ea968f5f9d8b4e5698e83945a01fa401bbe7.tar.gz bcm5719-llvm-2d43ea968f5f9d8b4e5698e83945a01fa401bbe7.zip |
Try to fix the MC/AsmParser/section.s failure on the llvm-x86_64-linux-vg_leak
bot. I am not sure if this is valid Valgrind exclusion file syntax, but the
Internet seems to think so.
llvm-svn: 126051
-rw-r--r-- | llvm/utils/valgrind/x86_64-pc-linux-gnu.supp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp b/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp index f5aae990f69..7b2dd4517da 100644 --- a/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp +++ b/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp @@ -11,19 +11,19 @@ { 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:Value8 - 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* } { @@ -42,5 +42,5 @@ We don't care if python leaks Memcheck:Leak fun:malloc - obj:/usr/bin/python2.5 + obj:/usr/bin/python* } |