We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f87402 commit 736ccf9Copy full SHA for 736ccf9
clang/lib/CodeGen/ItaniumCXXABI.cpp
@@ -451,8 +451,8 @@ class ItaniumCXXABI : public CodeGen::CGCXXABI {
451
if (!IsInlined)
452
continue;
453
454
- StringRef Name =
455
- CGM.getMangledName(VtableComponent.getGlobalDecl(false));
+ StringRef Name = CGM.getMangledName(
+ VtableComponent.getGlobalDecl(/*HasVectorDeletingDtors=*/false));
456
auto *Entry = CGM.GetGlobalValue(Name);
457
// This checks if virtual inline function has already been emitted.
458
// Note that it is possible that this inline function would be emitted
0 commit comments