aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-21 21:32:36 -0800
committerColin Cross <ccross@android.com>2014-01-23 18:00:20 -0800
commit489b8f4014f35a253f8b05eef0054ec2125f99a7 (patch)
treea663946d10ca9a7d7cb4eac0bf1fe5fd7f68e41b /tools/llc
parent95015e5c45e0faca137acd16f8032f6ae09cdb6f (diff)
downloadexternal_llvm-489b8f4014f35a253f8b05eef0054ec2125f99a7.zip
external_llvm-489b8f4014f35a253f8b05eef0054ec2125f99a7.tar.gz
external_llvm-489b8f4014f35a253f8b05eef0054ec2125f99a7.tar.bz2
llvm: rename aarch64 target to arm64
Rename aarch64 build targets to arm64. The gcc toolchain is still aarch64. Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/llc/Android.mk b/tools/llc/Android.mk
index 74015f0..3f5f3df 100644
--- a/tools/llc/Android.mk
+++ b/tools/llc/Android.mk
@@ -91,8 +91,8 @@ include $(BUILD_HOST_EXECUTABLE)
# llc command line tool (target)
#===---------------------------------------------------------------===
-#TODOAArch64: Enable llc build
-ifneq ($(TARGET_ARCH),aarch64)
+#TODOArm64: Enable llc build
+ifneq ($(TARGET_ARCH),arm64)
include $(CLEAR_VARS)
LOCAL_MODULE := llc
@@ -128,4 +128,4 @@ include $(LLVM_DEVICE_BUILD_MK)
include $(LLVM_GEN_INTRINSICS_MK)
include $(BUILD_EXECUTABLE)
-endif # !aarch64
+endif # !arm64