aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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