================ @@ -4391,14 +4394,17 @@ llvm::Constant *ItaniumRTTIBuilder::BuildTypeInfo( // Export the typeinfo in the same circumstances as the vtable is exported. auto GVDLLStorageClass = DLLStorageClass; + auto GVVisibility = Visibility; if (CGM.getTarget().hasPS4DLLImportExport() && ---------------- akash-manna-sky wrote:
Ok... Now I moved the `PS4/PS5` block into `BuildTypeInfo(QualType Ty)`, so the 4-arg overload is now purely applicative and `getRTTIVisibility` is gone from it. https://github.com/llvm/llvm-project/pull/215859 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
