[llvm-commits] [llvm] r108873 - in /llvm/trunk/tools/edis: EDInfo.td Makefile
Chris Lattner
sabre at nondot.org
Tue Jul 20 11:31:55 PDT 2010
Author: lattner
Date: Tue Jul 20 13:31:54 2010
New Revision: 108873
URL: http://llvm.org/viewvc/llvm-project?rev=108873&view=rev
Log:
edinfo doesn't need to be built here.
Removed:
llvm/trunk/tools/edis/EDInfo.td
Modified:
llvm/trunk/tools/edis/Makefile
Removed: llvm/trunk/tools/edis/EDInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/edis/EDInfo.td?rev=108872&view=auto
==============================================================================
--- llvm/trunk/tools/edis/EDInfo.td (original)
+++ llvm/trunk/tools/edis/EDInfo.td (removed)
@@ -1 +0,0 @@
-// Intentionally empty.
Modified: llvm/trunk/tools/edis/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/edis/Makefile?rev=108873&r1=108872&r2=108873&view=diff
==============================================================================
--- llvm/trunk/tools/edis/Makefile (original)
+++ llvm/trunk/tools/edis/Makefile Tue Jul 20 13:31:54 2010
@@ -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 @@
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
More information about the llvm-commits
mailing list