Skip to content

Add onto existing suppression for clang18 #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion etc/clang18-valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# Ubuntu 22.04

{
LLVM 18 suppressions : Clang CodeGenModule
LLVM 18 suppressions : Clang CodeGenModule through Parse
Memcheck:Cond
fun:_ZN5clang7CodeGen13CodeGenModule38SetLLVMFunctionAttributesForDefinitionEPKNS_4DeclEPN4llvm8FunctionE
fun:_ZN5clang7CodeGen13CodeGenModule18codegenCXXStructorENS_10GlobalDeclE
Expand All @@ -100,6 +100,23 @@
fun:_ZN5clang11Interpreter5ParseEN4llvm9StringRefE
}

{
LLVM 18 suppressions : Clang CodeGenModule through ParseAndExecute
Memcheck:Cond
fun:_ZN5clang7CodeGen13CodeGenModule38SetLLVMFunctionAttributesForDefinitionEPKNS_4DeclEPN4llvm8FunctionE
fun:_ZN5clang7CodeGen13CodeGenModule18codegenCXXStructorENS_10GlobalDeclE
fun:_ZN12_GLOBAL__N_113ItaniumCXXABI15emitCXXStructorEN5clang10GlobalDeclE
fun:_ZN5clang7CodeGen13CodeGenModule20EmitGlobalDefinitionENS_10GlobalDeclEPN4llvm11GlobalValueE
fun:_ZN5clang7CodeGen13CodeGenModule12EmitDeferredEv
fun:_ZN5clang7CodeGen13CodeGenModule7ReleaseEv
fun:_ZN12_GLOBAL__N_117CodeGeneratorImpl21HandleTranslationUnitERN5clang10ASTContextE
fun:_ZN5clang15BackendConsumer21HandleTranslationUnitERNS_10ASTContextE
fun:_ZN5clang17IncrementalParser23ParseOrWrapTopLevelDeclEv
fun:_ZN5clang17IncrementalParser5ParseEN4llvm9StringRefE
fun:_ZN5clang11Interpreter5ParseEN4llvm9StringRefE
fun:_ZN5clang11Interpreter15ParseAndExecuteEN4llvm9StringRefEPNS_5ValueE
}

{
LLVM 18 suppressions : ConstantExpr::GetElementPtr
Memcheck:Cond
Expand Down
Loading