Skip to content

Commit

Permalink
Try to fix the MC/AsmParser/section.s failure on the llvm-x86_64-linu…
Browse files Browse the repository at this point in the history
…x-vg_leak

bot. I am not sure if this is valid Valgrind exclusion file syntax, but the
Internet seems to think so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126051 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Cameron Zwarich committed Feb 19, 2011
1 parent 824a907 commit 17dce36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/valgrind/x86_64-pc-linux-gnu.supp
Original file line number Diff line number Diff line change
Expand Up @@ -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*
}

{
Expand All @@ -42,5 +42,5 @@
We don't care if python leaks
Memcheck:Leak
fun:malloc
obj:/usr/bin/python2.5
obj:/usr/bin/python*
}

0 comments on commit 17dce36

Please sign in to comment.