================
@@ -1277,6 +1305,38 @@ void
CIRGenItaniumRTTIBuilder::buildVMIClassTypeInfo(mlir::Location loc,
}
}
+void CIRGenItaniumRTTIBuilder::buildPointerTypeInfo(mlir::Location loc,
+ QualType ty) {
+ // Itanium C++ ABI 2.9.4p7:
----------------
Perdixky wrote:
I conformed it is 2.9.4p7 according to
[https://itanium-cxx-abi.github.io/cxx-abi/abi.html](itanium-cxx-abi)
https://github.com/llvm/llvm-project/pull/184011
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits