[clang] [llvm] [analysis] Software Bill of Mitigations (PR #130103)

Oskar Wirga via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 11:02:45 PDT 2025


================
@@ -2847,6 +2848,8 @@ void CodeGenFunction::EmitTypeMetadataCodeForVCall(const CXXRecordDecl *RD,
         Builder.CreateCall(CGM.getIntrinsic(IID), {VTable, TypeId});
     Builder.CreateCall(CGM.getIntrinsic(llvm::Intrinsic::assume), TypeTest);
   }
+
+  AttachMitigationMetadataToFunction(*this, MitigationKey::CFI_VCALL, false);
----------------
oskarwirga wrote:

This should be `AttachMitigationMetadataToFunction(*this, MitigationKey::CFI_VCALL, SanOpts.has(SanitizerKind::CFIVCall))`

https://github.com/llvm/llvm-project/pull/130103


More information about the llvm-commits mailing list