aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-04-25 03:17:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-25 03:17:35 +0000
commit7b4cd9c62b527e0759ab76e4938a98415d5bc1ce (patch)
tree3876933557dc347b950103af1cd5ee04d08170a3
parent53b3699b0d46b0bb7c8bf5e4a481b91f5e7aae87 (diff)
parent511d19ecaff48bb62840ebf7c95746ee066572e9 (diff)
downloadexternal_llvm-7b4cd9c62b527e0759ab76e4938a98415d5bc1ce.zip
external_llvm-7b4cd9c62b527e0759ab76e4938a98415d5bc1ce.tar.gz
external_llvm-7b4cd9c62b527e0759ab76e4938a98415d5bc1ce.tar.bz2
Merge "Fix mips vs. mips64 build issues."
-rw-r--r--tools/llc/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/Android.mk b/tools/llc/Android.mk
index a98cd8b..9d32738 100644
--- a/tools/llc/Android.mk
+++ b/tools/llc/Android.mk
@@ -119,6 +119,7 @@ LOCAL_C_INCLUDES += external/llvm/include
LOCAL_STATIC_LIBRARIES_arm += $(llvm_llc_arm_STATIC_LIBRARIES)
LOCAL_STATIC_LIBRARIES_mips += $(llvm_llc_mips_STATIC_LIBRARIES)
+LOCAL_STATIC_LIBRARIES_mips64 += $(llvm_llc_mips_STATIC_LIBRARIES)
LOCAL_STATIC_LIBRARIES_x86 += $(llvm_llc_x86_STATIC_LIBRARIES)
LOCAL_STATIC_LIBRARIES_x86_64 += $(llvm_llc_x86_STATIC_LIBRARIES)
LOCAL_STATIC_LIBRARIES_arm64 += $(llvm_llc_aarch64_STATIC_LIBRARIES)