================
@@ -2821,7 +2815,7 @@ void CGDebugInfo::emitVTableSymbol(llvm::GlobalVariable
*VTable,
return;
ASTContext &Context = CGM.getContext();
- StringRef SymbolName = "_vtable$";
+ StringRef SymbolName = "__clang_vtable$";
----------------
phyBrackets wrote:
Should we extract this into a named constant?
https://github.com/llvm/llvm-project/pull/183617
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits