Record function attribute "stackrealign" instead of using backend option
-force-align-stack. Also, make changes to the driver so that -mno-stack-realign is no longer an option exposed to the end-user that disallows stack realignment in the backend. Differential Revision: http://reviews.llvm.org/D11815 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247451 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Frontend/CodeGenOptions.def 1 addition, 1 deletioninclude/clang/Frontend/CodeGenOptions.def
- lib/CodeGen/CGCall.cpp 2 additions, 2 deletionslib/CodeGen/CGCall.cpp
- lib/Driver/Tools.cpp 1 addition, 7 deletionslib/Driver/Tools.cpp
- test/CodeGen/stackrealign.c 8 additions, 0 deletionstest/CodeGen/stackrealign.c
- test/Driver/rewrite-legacy-objc.m 3 additions, 3 deletionstest/Driver/rewrite-legacy-objc.m
- test/Driver/rewrite-objc.m 1 addition, 1 deletiontest/Driver/rewrite-objc.m
- test/Driver/stackrealign.c 5 additions, 11 deletionstest/Driver/stackrealign.c
Loading
Please register or sign in to comment