This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Enable -fstack-clash-protection option for ppc64
ClosedPublic

Authored by lkail on Jun 7 2020, 8:10 PM.

Details

Summary

Open -fstack-clash-protection option in clang for ppc64 arch.

Diff Detail

Event Timeline

lkail created this revision.Jun 7 2020, 8:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2020, 8:10 PM

Shouldn't this be the last patch to commit after the backend supporting this feature ?

lkail added a comment.Jun 7 2020, 9:11 PM

Shouldn't this be the last patch to commit after the backend supporting this feature ?

Yes, I've updated the parent revision.

This revision is now accepted and ready to land.Jun 15 2020, 10:48 PM
This revision was automatically updated to reflect the committed changes.