diff options
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.rules b/Makefile.rules index 1e3194f78e..20e642a450 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1614,11 +1614,6 @@ $(ObjDir)/%GenIntrinsics.inc.tmp : %.td $(ObjDir)/.dir $(Echo) "Building $(<F) intrinsics information with tblgen" $(Verb) $(TableGen) -gen-tgt-intrinsic -o $(call SYSPATH, $@) $< -$(ObjDir)/ARMDisassemblerTables.inc.tmp : ARM.td $(ObjDir)/.dir - $(Echo) "Building ARM disassembly tables with tblgen" - $(Verb) $(TableGen) -gen-risc-disassembler -o $(call SYSPATH, $@) $< - - clean-local:: -$(Verb) $(RM) -f $(INCFiles) |