[clang] [Sema] Provide `-fvisibility-global-new-delete=` option (PR #75364)
Paul T Robinson via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 19 08:35:36 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.
----------------
pogo59 wrote:
Spelling in comment needs to match the option spelling.
https://github.com/llvm/llvm-project/pull/75364
More information about the cfe-commits
mailing list