aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/InstCombine/Android.mk')
-rw-r--r--lib/Transforms/InstCombine/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Transforms/InstCombine/Android.mk b/lib/Transforms/InstCombine/Android.mk
index 1894ce7..0782503 100644
--- a/lib/Transforms/InstCombine/Android.mk
+++ b/lib/Transforms/InstCombine/Android.mk
@@ -1,6 +1,3 @@
-# Only use this on the device or emulator.
-ifeq ($(TARGET_ARCH),arm)
-
LOCAL_PATH:= $(call my-dir)
transforms_inst_combine_SRC_FILES := \
@@ -39,5 +36,3 @@ LOCAL_MODULE:= libLLVMInstCombine
include $(LLVM_DEVICE_BUILD_MK)
include $(LLVM_GEN_INTRINSICS_MK)
include $(BUILD_STATIC_LIBRARY)
-
-endif