From 7cfe7b81886cb23fc41ff32b5f2bc5941dc3f682 Mon Sep 17 00:00:00 2001 From: Chris Wailes Date: Wed, 4 Jun 2014 15:16:35 -0700 Subject: 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 --- llvm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm.mk') diff --git a/llvm.mk b/llvm.mk index c9d0e19..954308b 100644 --- a/llvm.mk +++ b/llvm.mk @@ -8,4 +8,4 @@ LLVM_DEVICE_BUILD_MK := $(LLVM_ROOT_PATH)/llvm-device-build.mk LLVM_GEN_INTRINSICS_MK := $(LLVM_ROOT_PATH)/llvm-gen-intrinsics.mk LLVM_TBLGEN_RULES_MK := $(LLVM_ROOT_PATH)/llvm-tblgen-rules.mk -LLVM_SUPPORTED_ARCH := arm arm64 mips mips64 x86 x86_64 +LLVM_SUPPORTED_ARCH := arm aarch64 mips mips64 x86 x86_64 -- cgit v1.1