]> granicus.if.org Git - clang/commit
Plumb through the -fsplit-stack option using the existing backend
authorEric Christopher <echristo@gmail.com>
Thu, 4 Apr 2013 06:29:47 +0000 (06:29 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 4 Apr 2013 06:29:47 +0000 (06:29 +0000)
commit3105627bd76d6a0cc5ee305c99f4c96519bac9ac
tree6a0fed1ee75eb2897e0e9439f4a32cc032c627cd
parentd9802dc5391bb2d2dbadc82dd4d594212d754a95
Plumb through the -fsplit-stack option using the existing backend
support.

Caveat: Other than the existing segmented stacks support, no
claims are made of this working.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178744 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/BackendUtil.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/clang_f_opts.c