aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2014-06-04 15:16:35 -0700
committerChris Wailes <chriswailes@google.com>2014-06-04 15:16:35 -0700
commit7cfe7b81886cb23fc41ff32b5f2bc5941dc3f682 (patch)
tree913476acb4cff19a0e80154c264d00260c62089e /Android.mk
parent806b35f1b384b253e41d7f56d43aef8ce3c14219 (diff)
downloadexternal_llvm-7cfe7b81886cb23fc41ff32b5f2bc5941dc3f682.zip
external_llvm-7cfe7b81886cb23fc41ff32b5f2bc5941dc3f682.tar.gz
external_llvm-7cfe7b81886cb23fc41ff32b5f2bc5941dc3f682.tar.bz2
Updated the makefiles to use AArch64 name.
The makefiles had previously used the name Arm64 for the AArch64 libraries. This patch changes all of makefiles to use the correct name for the backend. Change-Id: Ida062b1173b719b6d2519618827c3a67ede8b479
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 3c46a22..ea75e5e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -49,7 +49,7 @@ subdirs += \
lib/Target/ARM/MCTargetDesc \
lib/Target/ARM/TargetInfo
-# ARM64 Code Generation Libraries
+# AArch64 Code Generation Libraries
subdirs += \
lib/Target/AArch64 \
lib/Target/AArch64/AsmParser \