mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
Rearrange the suppressions files to be by-architecture instead of by-problem.
ddunbar says the gcc-4.3.3 suppressions are obsolete. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
7
utils/valgrind/x86_64-pc-linux-gnu.supp
Normal file
7
utils/valgrind/x86_64-pc-linux-gnu.supp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
False leak under RegisterPass
|
||||||
|
Memcheck:Leak
|
||||||
|
...
|
||||||
|
fun:_ZN83_GLOBAL_*PassRegistrar12RegisterPassERKN4llvm8PassInfoE
|
||||||
|
fun:_ZN4llvm8PassInfo12registerPassEv
|
||||||
|
}
|
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
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_
|
|
||||||
}
|
|
Reference in New Issue
Block a user