Enable arm-long-calls.
We need -arm-long-calls for the Oat linker before more
advanced linker has been implemented.
Change-Id: I6f598427576e152a16c55e716f08232553e76614
diff --git a/src/compiler_llvm/backend_options.h b/src/compiler_llvm/backend_options.h
index f8295d1..bccf8a3 100644
--- a/src/compiler_llvm/backend_options.h
+++ b/src/compiler_llvm/backend_options.h
@@ -24,7 +24,7 @@
extern llvm::cl::opt<bool> ReserveR9;
#define INITIAL_ARM_BACKEND_OPTIONS \
-EnableARMLongCalls = false; \
+EnableARMLongCalls = true; \
ReserveR9 = true;
#define DECLARE_X86_BACKEND_OPTIONS