================
@@ -55,12 +59,29 @@ class CIRGenCXXABI {
return md->getParent();
}
+ /// Return whether the given global decl needs a VTT parameter.
----------------
erichkeane wrote:
can we say what a VTT parameter is?
https://github.com/llvm/llvm-project/pull/143639