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 | feb9cf4581b5f88c10bd9031845ea54ba2c55090 (patch) | |
tree | cc83035303a0803c7ca801e76632fdf137fd187f /tools/edis/Makefile | |
parent | ca2fcac09d777d362e5d568a5f8bd5a6d9bb68ff (diff) | |
download | external_llvm-feb9cf4581b5f88c10bd9031845ea54ba2c55090.zip external_llvm-feb9cf4581b5f88c10bd9031845ea54ba2c55090.tar.gz external_llvm-feb9cf4581b5f88c10bd9031845ea54ba2c55090.tar.bz2 |
edinfo doesn't need to be built here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/edis/Makefile')
-rw-r--r-- | tools/edis/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/edis/Makefile b/tools/edis/Makefile index 0d2e26f..d0be78a 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 |