diff options
Diffstat (limited to 'tblgen-rules.mk')
-rw-r--r-- | tblgen-rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tblgen-rules.mk b/tblgen-rules.mk index 435bc42..6e7bcf1 100644 --- a/tblgen-rules.mk +++ b/tblgen-rules.mk @@ -105,4 +105,9 @@ $(intermediates)/%GenIntrinsics.inc: $(tblgen_source_dir)/%.td $(TBLGEN) $(call transform-td-to-out,tgt_intrinsics) endif +ifneq ($(findstring ARMGenDecoderTables.inc,$(tblgen_gen_tables)),) +$(intermediates)/ARMGenDecoderTables.inc: $(tblgen_source_dir)/ARM.td $(TBLGEN) + $(call transform-td-to-out,arm-decoder) +endif + endif |