edinfo doesn't need to be built here.
authorChris Lattner <sabre@nondot.org>
Tue, 20 Jul 2010 18:31:54 +0000 (18:31 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Jul 2010 18:31:54 +0000 (18:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108873 91177308-0d34-0410-b5e6-96231b3b80d8

tools/edis/EDInfo.td [deleted file]
tools/edis/Makefile

diff --git a/tools/edis/EDInfo.td b/tools/edis/EDInfo.td
deleted file mode 100644 (file)
index bd9ec07..0000000
+++ /dev/null
@@ -1 +0,0 @@
-// Intentionally empty.
index 0d2e26f23387240f73260a76abc3a0c7888eddd6..d0be78a26018a24e7fd5fc371cdfb937da47eba9 100644 (file)
@@ -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