aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-gen-intrinsics.mk
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2010-06-07 22:54:59 -0700
committerShih-wei Liao <sliao@google.com>2010-06-07 22:54:59 -0700
commit28188e1c4986d9e4985f0f4a8ce268743eb94631 (patch)
tree2ff67a0901ce4c78ce6e579aa90665aba56e4729 /llvm-gen-intrinsics.mk
parentc156bc696311928af01132d159b9e307436779bb (diff)
downloadexternal_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.zip
external_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.tar.gz
external_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.tar.bz2
Git hiccup. Retry....
Change-Id: I5a329137a43f36bab32ea62386ade11da550c0b0
Diffstat (limited to 'llvm-gen-intrinsics.mk')
-rw-r--r--llvm-gen-intrinsics.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm-gen-intrinsics.mk b/llvm-gen-intrinsics.mk
index bde1c9b..d37d2e6 100644
--- a/llvm-gen-intrinsics.mk
+++ b/llvm-gen-intrinsics.mk
@@ -1,5 +1,5 @@
# Only use this on the device or emulator.
-ifneq ($(TARGET_ARCH),arm)
+ifeq ($(TARGET_ARCH),arm)
# We treat Intrinsics.td as a very special target just like what lib/VMCore/Makefile does
INTRINSICTD := $(LLVM_ROOT_PATH)/include/llvm/Intrinsics.td