summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/stack-arg-probe.c
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Support Windows stack probe command-line arguments.Eli Friedman2018-10-261-1/+8
| | | | | | | | | | | 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.) Differential Revision: https://reviews.llvm.org/D53617 llvm-svn: 345354
* Support for the mno-stack-arg-probe flagHans Wennborg2018-02-231-0/+8
Adds support for this flag. There is also another piece for llvm (separate review). More info: https://bugs.llvm.org/show_bug.cgi?id=36221 By Ruslan Nikolaev! Differential Revision: https://reviews.llvm.org/D43108 llvm-svn: 325901
OpenPOWER on IntegriCloud