[clang] [Sema] Provide `-fvisibility-global-new-delete=` option (PR #75364)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 19 14:04:21 PST 2024
================
@@ -359,6 +359,12 @@ void toolchains::PS4PS5Base::addClangTargetOptions(
CC1Args.push_back("-fno-use-init-array");
+ // Default to -fglobal-new-delete-visibility=source for PS5.
----------------
bd1976bris wrote:
Thanks - now using the correct spelling.
https://github.com/llvm/llvm-project/pull/75364
More information about the cfe-commits
mailing list