[clang] [llvm] Uncorrelate CFI and Callgraph related type metadata annotations (PR #204266)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 17 09:33:00 PDT 2026
================
@@ -3395,17 +3395,19 @@ static bool hasExistingGeneralizedTypeMD(llvm::Function *F) {
void CodeGenModule::createIndirectFunctionTypeMD(const FunctionDecl *FD,
llvm::Function *F) {
- // Return if generalized type metadata is already attached.
- if (hasExistingGeneralizedTypeMD(F))
- return;
-
----------------
ilovepi wrote:
IIRC this was the only use of this API, so if its dead, we should probably remove it.
https://github.com/llvm/llvm-project/pull/204266
More information about the cfe-commits
mailing list