aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-11-09 18:27:01 +0000
committerChad Rosier <mcrosier@apple.com>2012-11-09 18:27:01 +0000
commit485577dcac0b0877cfb5395b365490a0189c66f5 (patch)
tree34632e961d03091e2a8d934fff7f51009d55560e /include/clang/Frontend
parented193ba4f8083b7f61c572727c4ad8604c444353 (diff)
Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves
us from having to make any backend changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend')
-rw-r--r--include/clang/Frontend/CodeGenOptions.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Frontend/CodeGenOptions.def b/include/clang/Frontend/CodeGenOptions.def
index 3df0b2fa7d..558e6f1111 100644
--- a/include/clang/Frontend/CodeGenOptions.def
+++ b/include/clang/Frontend/CodeGenOptions.def
@@ -100,7 +100,6 @@ CODEGENOPT(VerifyModule , 1, 1) ///< Control whether the module should be r
CODEGENOPT(StackRealignment , 1, 0) ///< Control whether to permit stack
///< realignment.
-CODEGENOPT(StrictAlign , 1, 0) ///< Force all memory accesses to be aligned.
CODEGENOPT(UseInitArray , 1, 0) ///< Control whether to use .init_array or
///< .ctors.
VALUE_CODEGENOPT(StackAlignment , 32, 0) ///< Overrides default stack