This is an archive of the discontinued LLVM Phabricator instance.

Disable stack-sizes section by default for PS4.
ClosedPublic

Authored by MaggieYi on Jul 25 2022, 8:47 AM.

Details

Summary

Change Clang's default so that -fstack-size-section is no longer enabled by default for PS4.

Diff Detail

Event Timeline

MaggieYi created this revision.Jul 25 2022, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2022, 8:47 AM
MaggieYi requested review of this revision.Jul 25 2022, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2022, 8:47 AM
This revision is now accepted and ready to land.Jul 25 2022, 10:50 AM
wristow accepted this revision.Jul 25 2022, 10:54 AM
MaskRay added inline comments.Jul 25 2022, 12:11 PM
clang/lib/Driver/ToolChains/Clang.cpp
5888–5889

Switch to Args.addOptInFlag

MaggieYi updated this revision to Diff 447756.Jul 26 2022, 10:34 AM

Use Args.addOptInFlag instead of Args.hasFlag, thanks.

MaskRay accepted this revision.Jul 26 2022, 10:59 AM
wristow accepted this revision.Jul 26 2022, 11:31 AM
This revision was landed with ongoing or failed builds.Jul 27 2022, 1:38 AM
This revision was automatically updated to reflect the committed changes.