This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Change -fnostack-clash-protection to -fno-stack-clash-protection
ClosedPublic

Authored by xbolva00 on Aug 12 2020, 9:27 AM.

Details

Summary

Clang command line docs mention -fno-stack-clash-protection, and GCC also uses -fno-stack-clash-protection.

Fixes PR47139

Diff Detail

Event Timeline

xbolva00 created this revision.Aug 12 2020, 9:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2020, 9:27 AM
xbolva00 requested review of this revision.Aug 12 2020, 9:27 AM
tstellar accepted this revision.Aug 12 2020, 9:33 AM
tstellar added a subscriber: tstellar.

LGTM. Thanks.

This revision is now accepted and ready to land.Aug 12 2020, 9:33 AM
This revision was landed with ongoing or failed builds.Aug 12 2020, 9:36 AM
This revision was automatically updated to reflect the committed changes.