]> granicus.if.org Git - clang/commit
Add support for -fno-optimize-sibling-calls. Currently only implemented in the
authorNick Lewycky <nicholas@mxc.ca>
Mon, 23 Jan 2012 08:29:12 +0000 (08:29 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 23 Jan 2012 08:29:12 +0000 (08:29 +0000)
commit1db772bd68502e0dabbd8efeb7f7c64a4ab2e37a
tree711da348be2c218c6c6ce93d19b158d12b6cb687
parent2d757ec0e6cbd9aab4bcea7a0a83d71f5080c736
Add support for -fno-optimize-sibling-calls. Currently only implemented in the
X86 backend in LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148689 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/BackendUtil.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/no-sibling-calls.c [new file with mode: 0644]