mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
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
This commit is contained in:
parent
ca2fcac09d
commit
feb9cf4581
@ -1 +0,0 @@
|
||||
// Intentionally empty.
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user