]> granicus.if.org Git - clang/commit
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)
commitdddfaa1e7a54a28fffa56f08456a1fa0ad642ea6
tree36a6c7687c92a21e89ccb0308af4b76a7ae709b8
parent809974c6ce99d4913c8f6516fabe36e509a9e41f
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325901 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/TargetInfo.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/stack-arg-probe.c [new file with mode: 0644]
test/Driver/stack-arg-probe.c [new file with mode: 0644]