diff options
Diffstat (limited to 'lib/CodeGen/SelectionDAG/Android.mk')
-rw-r--r-- | lib/CodeGen/SelectionDAG/Android.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/SelectionDAG/Android.mk b/lib/CodeGen/SelectionDAG/Android.mk index ed65340..899123b 100644 --- a/lib/CodeGen/SelectionDAG/Android.mk +++ b/lib/CodeGen/SelectionDAG/Android.mk @@ -1,6 +1,3 @@ -# Only use this on the device or emulator. -ifeq ($(TARGET_ARCH),arm) - LOCAL_PATH:= $(call my-dir) codegen_selectiondag_SRC_FILES := \ @@ -49,5 +46,3 @@ LOCAL_MODULE:= libLLVMSelectionDAG include $(LLVM_DEVICE_BUILD_MK) include $(LLVM_GEN_INTRINSICS_MK) include $(BUILD_STATIC_LIBRARY) - -endif |