[clang] [llvm] [clang][llvm]Uncorrelate CFI and Callgraph related type metadata annotations (PR #204266)
Prabhu Rajasekaran via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 17 17:52:51 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;
-
----------------
Prabhuk wrote:
Ack. Removed the hasExistingGeneralizedTypeMD use and the definition.
https://github.com/llvm/llvm-project/pull/204266
More information about the cfe-commits
mailing list