OSDN Git Service

DO NOT MERGE: android: translate Android.mk build rules for libLLVM80
[android-x86/external-llvm.git] / lib / Target / X86 / Android.mk
index a135708..fd303ef 100644 (file)
@@ -1,6 +1,6 @@
 LOCAL_PATH := $(call my-dir)
 
-x86_codegen_TBLGEN_TABLES70 := \
+x86_codegen_TBLGEN_TABLES80 := \
   X86GenAsmMatcher.inc \
   X86GenAsmWriter.inc \
   X86GenAsmWriter1.inc \
@@ -59,7 +59,7 @@ x86_codegen_SRC_FILES := \
   X86WinEHState.cpp \
 
 ifeq ($(FORCE_BUILD_LLVM_GLOBAL_ISEL),true)
-x86_codegen_TBLGEN_TABLES70 += \
+x86_codegen_TBLGEN_TABLES80 += \
   X86GenRegisterBank.inc \
   X86GenGlobalISel.inc
 
@@ -73,37 +73,37 @@ endif
 # For the host
 # =====================================================
 include $(CLEAR_VARS)
-include $(CLEAR_TBLGEN_VARS70)
+include $(CLEAR_TBLGEN_VARS80)
 
-TBLGEN_TABLES70 := $(x86_codegen_TBLGEN_TABLES70)
+TBLGEN_TABLES80 := $(x86_codegen_TBLGEN_TABLES80)
 
 LOCAL_SRC_FILES := $(x86_codegen_SRC_FILES)
 
-LOCAL_MODULE:= libLLVM70X86CodeGen
+LOCAL_MODULE:= libLLVM80X86CodeGen
 
 LOCAL_MODULE_HOST_OS := darwin linux windows
 
-include $(LLVM70_HOST_BUILD_MK)
-include $(LLVM70_TBLGEN_RULES_MK)
-include $(LLVM70_GEN_ATTRIBUTES_MK)
-include $(LLVM70_GEN_INTRINSICS_MK)
+include $(LLVM80_HOST_BUILD_MK)
+include $(LLVM80_TBLGEN_RULES_MK)
+include $(LLVM80_GEN_ATTRIBUTES_MK)
+include $(LLVM80_GEN_INTRINSICS_MK)
 include $(BUILD_HOST_STATIC_LIBRARY)
 
 # For the device only
 # =====================================================
 ifneq (true,$(DISABLE_LLVM_DEVICE_BUILDS))
 include $(CLEAR_VARS)
-include $(CLEAR_TBLGEN_VARS70)
+include $(CLEAR_TBLGEN_VARS80)
 
-TBLGEN_TABLES70 := $(x86_codegen_TBLGEN_TABLES70)
+TBLGEN_TABLES80 := $(x86_codegen_TBLGEN_TABLES80)
 
 LOCAL_SRC_FILES := $(x86_codegen_SRC_FILES)
 
-LOCAL_MODULE:= libLLVM70X86CodeGen
+LOCAL_MODULE:= libLLVM80X86CodeGen
 
-include $(LLVM70_DEVICE_BUILD_MK)
-include $(LLVM70_TBLGEN_RULES_MK)
-include $(LLVM70_GEN_ATTRIBUTES_MK)
-include $(LLVM70_GEN_INTRINSICS_MK)
+include $(LLVM80_DEVICE_BUILD_MK)
+include $(LLVM80_TBLGEN_RULES_MK)
+include $(LLVM80_GEN_ATTRIBUTES_MK)
+include $(LLVM80_GEN_INTRINSICS_MK)
 include $(BUILD_STATIC_LIBRARY)
 endif