]> granicus.if.org Git - clang/commit
Add the -mstackrealign option which just communicates the need to
authorEric Christopher <echristo@apple.com>
Mon, 2 May 2011 21:18:22 +0000 (21:18 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 2 May 2011 21:18:22 +0000 (21:18 +0000)
commit1a584022c86bd0778cf7ad1fbea08c78869cf216
tree046b3e4893b7bddeb99345a6a1dae4bed1586095
parentcc95719054ef9949c88d21c6c8d349dac8b4fd36
Add the -mstackrealign option which just communicates the need to
force align the stack to the backend.

Fixes rdar://9289631

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130725 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/Driver/Tools.cpp