OSDN Git Service

Fix llvm.mk and the other 49 mk files
[android-x86/external-llvm.git] / tblgen-rules.mk
index 6e7bcf1..cfa3f78 100644 (file)
@@ -1,3 +1,6 @@
+# Only use this on the device or emulator.
+ifneq ($(TARGET_ARCH),arm)
+
 ###########################################################
 ## Commands for running tblgen to compile a td file
 ##########################################################
@@ -111,3 +114,5 @@ $(intermediates)/ARMGenDecoderTables.inc: $(tblgen_source_dir)/ARM.td $(TBLGEN)
 endif
 
 endif
+
+endif