aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Android.mk
diff options
context:
space:
mode:
authorSerban Constantinescu <serban.constantinescu@arm.com>2013-10-20 15:30:09 +0100
committerDavid Butcher <david.butcher@arm.com>2013-12-11 11:16:17 +0000
commit53d672a8415c854e1faf3f797a8323f19a373361 (patch)
tree9507fd10e0aea832e7a26debe516c50797c1050e /tools/llc/Android.mk
parenta91a22bcbadfb1aa06aec5077e8f5ce9d40a8410 (diff)
downloadexternal_llvm-53d672a8415c854e1faf3f797a8323f19a373361.zip
external_llvm-53d672a8415c854e1faf3f797a8323f19a373361.tar.gz
external_llvm-53d672a8415c854e1faf3f797a8323f19a373361.tar.bz2
AArch64: Temporarily disable AArch64 build
This patch disables AArch64 build and will get us going with building bionic. Needs to be reverted once upstream llvm support is integrated into AOSP (AArch64 backend). Change-Id: I4dde21bc340d7d00d5ffda551db2e5ab83c85c63 Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
Diffstat (limited to 'tools/llc/Android.mk')
-rw-r--r--tools/llc/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/llc/Android.mk b/tools/llc/Android.mk
index bc19e9b..74015f0 100644
--- a/tools/llc/Android.mk
+++ b/tools/llc/Android.mk
@@ -91,6 +91,8 @@ include $(BUILD_HOST_EXECUTABLE)
# llc command line tool (target)
#===---------------------------------------------------------------===
+#TODOAArch64: Enable llc build
+ifneq ($(TARGET_ARCH),aarch64)
include $(CLEAR_VARS)
LOCAL_MODULE := llc
@@ -125,3 +127,5 @@ include $(LLVM_ROOT_PATH)/llvm.mk
include $(LLVM_DEVICE_BUILD_MK)
include $(LLVM_GEN_INTRINSICS_MK)
include $(BUILD_EXECUTABLE)
+
+endif # !aarch64