aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorDavid Sehr <sehr@chromium.org>2012-10-30 17:25:32 -0700
committerDavid Sehr <sehr@chromium.org>2012-10-30 17:25:32 -0700
commite522cf99cb4da5dcf110efe920d885c084ff6f3f (patch)
treee3260a179477a578f7d66e8d5ce07282eb351afb /lib/Target/ARM/ARMSubtarget.h
parent5fb8074657b876d8f89477645a139671e7a2abd9 (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.h1
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