This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Support Windows stack probe command-line arguments.
ClosedPublic

Authored by efriedma on Oct 23 2018, 3:13 PM.

Details

Summary

Adds support for -mno-stack-arg-probe and -mstack-probe-size.

(Not really happy copy-pasting code, but that's what we do for all the other Windows targets.)

Diff Detail

Repository
rC Clang

Event Timeline

efriedma created this revision.Oct 23 2018, 3:13 PM
hans accepted this revision.Oct 25 2018, 7:59 AM

lgtm

This revision is now accepted and ready to land.Oct 25 2018, 7:59 AM
This revision was automatically updated to reflect the committed changes.