Skip to content

Commit 6beddb9

Browse files
committed
Make valgrind suppressions more liberal
Hopefully this puts out the final fire
1 parent 39e2ab5 commit 6beddb9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/etc/x86.supp

-3
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@
612612
llvm-optimization-reads-uninitialized-memory-9
613613
Memcheck:Cond
614614
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_foreign_fn*
615-
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_or_view_item*
616615
...
617616
}
618617

@@ -628,15 +627,13 @@
628627
llvm-optimization-reads-uninitialized-memory-12
629628
Memcheck:Cond
630629
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_struct*
631-
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_or_view_item*
632630
...
633631
}
634632

635633
{
636634
llvm-optimization-reads-uninitialized-memory-13
637635
Memcheck:Cond
638636
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_type*
639-
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_or_view_item*
640637
...
641638
}
642639

0 commit comments

Comments
 (0)