Skip to content

Commit 7ec388c

Browse files
authored
Update clang20-valgrind.supp
1 parent f8202c0 commit 7ec388c

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

etc/clang20-valgrind.supp

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
LLVM 20 suppressions : CodeGen::CodeGenModule::SetLLVMFunctionAttributesForDefinition
3+
Memcheck:Cond
4+
fun:_ZN5clang7CodeGen13CodeGenModule38SetLLVMFunctionAttributesForDefinitionEPKNS_4DeclEPN4llvm8FunctionE
5+
fun:_ZN5clang7CodeGen13CodeGenModule28EmitGlobalFunctionDefinitionENS_10GlobalDeclEPN4llvm11GlobalValueE
6+
fun:_ZN5clang7CodeGen13CodeGenModule20EmitGlobalDefinitionENS_10GlobalDeclEPN4llvm11GlobalValueE
7+
fun:_ZN5clang7CodeGen13CodeGenModule12EmitDeferredEv
8+
fun:_ZN5clang7CodeGen13CodeGenModule12EmitDeferredEv
9+
fun:_ZN5clang7CodeGen13CodeGenModule12EmitDeferredEv
10+
fun:_ZN5clang7CodeGen13CodeGenModule7ReleaseEv
11+
fun:_ZN12_GLOBAL__N_117CodeGeneratorImpl21HandleTranslationUnitERN5clang10ASTContextE
12+
fun:_ZN5clang15BackendConsumer21HandleTranslationUnitERNS_10ASTContextE
13+
fun:_ZN5clang17MultiplexConsumer21HandleTranslationUnitERNS_10ASTContextE
14+
fun:_ZN5clang17IncrementalParser23ParseOrWrapTopLevelDeclEv
15+
fun:_ZN5clang17IncrementalParser5ParseEN4llvm9StringRefE
16+
}
17+
{
18+
LLVM 20 suppressions : APInt::setBits
19+
Memcheck:Cond
20+
fun:_ZN4llvm5APInt7setBitsEjj
21+
fun:_ZL16computeKnownBitsPKN4llvm5ValueERKNS_5APIntERNS_9KnownBitsEjRKNS_13SimplifyQueryE
22+
fun:_ZN4llvm16computeKnownBitsEPKNS_5ValueERNS_9KnownBitsEjRKNS_13SimplifyQueryE
23+
fun:_ZN4llvm16computeKnownBitsEPKNS_5ValueERNS_9KnownBitsERKNS_10DataLayoutEjPNS_15AssumptionCacheEPKNS_11InstructionEPKNS_13DominatorTreeEb
24+
fun:_ZNK4llvm12SelectionDAG13InferPtrAlignENS_7SDValueE
25+
fun:_ZN12_GLOBAL__N_111DAGCombiner9visitLOADEPN4llvm6SDNodeE
26+
fun:_ZN12_GLOBAL__N_111DAGCombiner7combineEPN4llvm6SDNodeE
27+
fun:_ZN12_GLOBAL__N_111DAGCombiner3RunEN4llvm12CombineLevelE
28+
fun:_ZN4llvm12SelectionDAG7CombineENS_12CombineLevelEPNS_14BatchAAResultsENS_15CodeGenOptLevelE
29+
fun:_ZN4llvm16SelectionDAGISel17CodeGenAndEmitDAGEv
30+
fun:_ZN4llvm16SelectionDAGISel20SelectAllBasicBlocksERKNS_8FunctionE
31+
fun:_ZN4llvm16SelectionDAGISel20runOnMachineFunctionERNS_15MachineFunctionE
32+
}
33+
{
34+
LLVM 20 suppressions : JitCall::Invoke
35+
Memcheck:Free
36+
fun:free
37+
obj:*
38+
fun:_ZNK3Cpp7JitCall6InvokeEPvNS0_7ArgListES1_
39+
fun:_ZL11WrapperCallPvmS_S_S_
40+
fun:_ZN5Cppyy5CallVEPvS0_mS0_
41+
fun:_ZL8GILCallVPvS_PN8CPyCppyy11CallContextE
42+
fun:_ZN8CPyCppyy12_GLOBAL__N_112VoidExecutor7ExecuteEPvS2_PNS_11CallContextE
43+
fun:_ZN8CPyCppyy9CPPMethod11ExecuteFastEPvlPNS_11CallContextE
44+
fun:_ZN8CPyCppyy9CPPMethod7ExecuteEPvlPNS_11CallContextE
45+
fun:_ZN8CPyCppyy11CPPFunction4CallERPNS_11CPPInstanceEPKP7_objectmS5_PNS_11CallContextE
46+
fun:_ZN8CPyCppyy12_GLOBAL__N_1L13mp_vectorcallEPNS_11CPPOverloadEPKP7_objectmS4_
47+
fun:_PyObject_VectorcallTstate
48+
fun:PyObject_Vectorcall
49+
}

0 commit comments

Comments
 (0)