Skip to content

Commit

Permalink
Add a valgrind suppressions file for x86_64/linux/4.3.3.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81766 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Sep 14, 2009
1 parent 3a9719a commit 3d2a664
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
libstdcxx_overlapped_memcpy_in_stable_sort_1
Memcheck:Overlap
fun:memcpy
...
fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm5ValueEjESt6vectorIS7_SaIS7_EEEEN12_GLOBAL__N_116CstSortPredicateEEvT_SF_T0_
}

{
libstdcxx_overlapped_memcpy_in_stable_sort_2
Memcheck:Overlap
fun:memcpy
...
fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm5ValueEjESt6vectorIS7_SaIS7_EEEEN12_GLOBAL__N_116CstSortPredicateEEvT_SF_T0_
}

{
libstdcxx_overlapped_memcpy_in_stable_sort_3
Memcheck:Overlap
fun:memcpy
...
fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm4TypeEjESt6vectorIS7_SaIS7_EEEEPFbRKS7_SE_EEvT_SH_T0_
}

0 comments on commit 3d2a664

Please sign in to comment.