diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-20 18:31:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-20 18:31:54 +0000 |
commit | 36dd830ba647ad24d5f8e46d1e8779d7a955834a (patch) | |
tree | 2eb6c977b1ddee67b23330ecdf42d28bc047b6e3 /llvm/tools | |
parent | 6219596ff6158b78c5a32d924244cb1487093015 (diff) | |
download | bcm5719-llvm-36dd830ba647ad24d5f8e46d1e8779d7a955834a.tar.gz bcm5719-llvm-36dd830ba647ad24d5f8e46d1e8779d7a955834a.zip |
edinfo doesn't need to be built here.
llvm-svn: 108873
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/edis/EDInfo.td | 1 | ||||
-rw-r--r-- | llvm/tools/edis/Makefile | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/llvm/tools/edis/EDInfo.td b/llvm/tools/edis/EDInfo.td deleted file mode 100644 index bd9ec079d80..00000000000 --- a/llvm/tools/edis/EDInfo.td +++ /dev/null @@ -1 +0,0 @@ -// Intentionally empty. diff --git a/llvm/tools/edis/Makefile b/llvm/tools/edis/Makefile index 0d2e26f2338..d0be78a2601 100644 --- a/llvm/tools/edis/Makefile +++ b/llvm/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 |