Enable ARM long calls.

Change-Id: I464817aac1ceeb155313ba0e2d290507050fda85
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