aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/AsmPrinter/Android.mk')
-rw-r--r--lib/CodeGen/AsmPrinter/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/Android.mk b/lib/CodeGen/AsmPrinter/Android.mk
index ce0f49b..d408475 100644
--- a/lib/CodeGen/AsmPrinter/Android.mk
+++ b/lib/CodeGen/AsmPrinter/Android.mk
@@ -18,6 +18,7 @@ LOCAL_SRC_FILES := \
DwarfCompileUnit.cpp \
DwarfDebug.cpp \
DwarfException.cpp \
+ ErlangGCPrinter.cpp \
OcamlGCPrinter.cpp \
Win64Exception.cpp
@@ -26,6 +27,7 @@ LOCAL_MODULE:= libLLVMAsmPrinter
LOCAL_MODULE_TAGS := optional
include $(LLVM_HOST_BUILD_MK)
+include $(LLVM_GEN_INTRINSICS_MK)
include $(BUILD_HOST_STATIC_LIBRARY)
# For the device
@@ -43,6 +45,7 @@ LOCAL_SRC_FILES := \
DwarfCompileUnit.cpp \
DwarfDebug.cpp \
DwarfException.cpp \
+ ErlangGCPrinter.cpp \
Win64Exception.cpp \
$(LOCAL_SRC_FILES)
@@ -51,4 +54,5 @@ LOCAL_MODULE:= libLLVMAsmPrinter
LOCAL_MODULE_TAGS := optional
include $(LLVM_DEVICE_BUILD_MK)
+include $(LLVM_GEN_INTRINSICS_MK)
include $(BUILD_STATIC_LIBRARY)