Support for the mno-stack-arg-probe flag
authorHans Wennborg <hans@hanshq.net>
Fri, 23 Feb 2018 13:47:36 +0000 (13:47 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 23 Feb 2018 13:47:36 +0000 (13:47 +0000)
commitd43f40df1c5cd844cfc1eb7d9924498fdb0321ab
tree73afc078d2a30c345c659c6bc489566876b3a63b
parent89c35fc44daf4b0a3608da50caaf8ec972565189
Support for the mno-stack-arg-probe flag

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
clang/docs/ClangCommandLineReference.rst
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/CodeGenOptions.def
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/stack-arg-probe.c [new file with mode: 0644]
clang/test/Driver/stack-arg-probe.c [new file with mode: 0644]