diff options
author | David Sehr <sehr@chromium.org> | 2012-10-30 17:25:32 -0700 |
---|---|---|
committer | David Sehr <sehr@chromium.org> | 2012-10-30 17:25:32 -0700 |
commit | e522cf99cb4da5dcf110efe920d885c084ff6f3f (patch) | |
tree | e3260a179477a578f7d66e8d5ce07282eb351afb /lib/Target/ARM/ARMSubtarget.h | |
parent | 5fb8074657b876d8f89477645a139671e7a2abd9 (diff) |
Add ARM M23 under an option.
This will aid supporting M23 for our key applications.
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/11345042
Diffstat (limited to 'lib/Target/ARM/ARMSubtarget.h')
-rw-r--r-- | lib/Target/ARM/ARMSubtarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h index 64081f5be2..47002a90a3 100644 --- a/lib/Target/ARM/ARMSubtarget.h +++ b/lib/Target/ARM/ARMSubtarget.h @@ -27,6 +27,7 @@ #include "llvm/Support/CommandLine.h" namespace llvm { extern cl::opt<bool> FlagSfiDisableCP; + extern cl::opt<bool> FlagNaClUseM23ArmAbi; } // @LOCALMOD-END |