[llvm-commits] [llvm] r126051 - /llvm/trunk/utils/valgrind/x86_64-pc-linux-gnu.supp
Cameron Zwarich
zwarich at apple.com
Sat Feb 19 13:44:35 PST 2011
Author: zwarich
Date: Sat Feb 19 15:44:35 2011
New Revision: 126051
URL: http://llvm.org/viewvc/llvm-project?rev=126051&view=rev
Log:
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.
Modified:
llvm/trunk/utils/valgrind/x86_64-pc-linux-gnu.supp
Modified: llvm/trunk/utils/valgrind/x86_64-pc-linux-gnu.supp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/valgrind/x86_64-pc-linux-gnu.supp?rev=126051&r1=126050&r2=126051&view=diff
==============================================================================
--- llvm/trunk/utils/valgrind/x86_64-pc-linux-gnu.supp (original)
+++ llvm/trunk/utils/valgrind/x86_64-pc-linux-gnu.supp Sat Feb 19 15:44:35 2011
@@ -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*
}
More information about the llvm-commits
mailing list