[clang] [cfi] Enable -fsanitize-annotate-debug-info functionality for CFI checks (PR #139809)
Thurston Dang via cfe-commits
cfe-commits at lists.llvm.org
Tue May 13 16:59:59 PDT 2025
================
@@ -2779,13 +2779,47 @@ void CodeGenFunction::EmitTypeMetadataCodeForVCall(const CXXRecordDecl *RD,
}
}
+void CodeGenFunction::ParseCFITypeCheckKind(CFITypeCheckKind TCK,
----------------
thurstond wrote:
Fixed in https://github.com/llvm/llvm-project/pull/139809/commits/fd3fd98add4cfadda22059dc6f175c08627ac282
https://github.com/llvm/llvm-project/pull/139809
More information about the cfe-commits
mailing list