diff --git a/tools/edis/EDInfo.td b/tools/edis/EDInfo.td deleted file mode 100644 index bd9ec079d80..00000000000 --- a/tools/edis/EDInfo.td +++ /dev/null @@ -1 +0,0 @@ -// Intentionally empty. diff --git a/tools/edis/Makefile b/tools/edis/Makefile index 0d2e26f2338..d0be78a2601 100644 --- a/tools/edis/Makefile +++ b/tools/edis/Makefile @@ -10,8 +10,6 @@ LEVEL = ../.. LIBRARYNAME = EnhancedDisassembly -BUILT_SOURCES = EDInfo.inc - EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports # Include this here so we can get the configuration of the targets @@ -52,9 +50,3 @@ ifeq ($(HOST_OS),Darwin) endif endif -EDInfo.inc: $(TBLGEN) - $(Echo) "Building semantic information header" - $(Verb) $(TableGen) -o $(call SYSPATH, $@) -gen-enhanced-disassembly-header /dev/null - -clean:: - -$(Verb) $(RM) -f EDInfo.inc