[clang] [Driver][PS5] Set visibility option defaults (PR #92091)

via cfe-commits cfe-commits at lists.llvm.org
Tue May 14 02:27:35 PDT 2024


================
@@ -376,24 +382,32 @@ void toolchains::PS4PS5Base::addClangTargetOptions(
     else
       CC1Args.push_back("-fvisibility-dllexport=protected");
 
+    // For PS4 we override the visibilty of globals definitions without
----------------
bd1976bris wrote:

Note for reviewer: This comment is new and replaces a comment in our downstream code that wasn't suitable for upstream as it referenced internal tracking numbers.

https://github.com/llvm/llvm-project/pull/92091


More information about the cfe-commits mailing list