mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
reimplement the tblgen lexer with a simple hand-written lexer. This eliminates
one dependency on flex and gets rid of two ".cvs" files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -11,8 +11,7 @@ LEVEL = ../..
|
||||
TOOLNAME = tblgen
|
||||
NO_INSTALL = 1;
|
||||
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
||||
EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
|
||||
FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
|
||||
EXTRA_DIST = FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
|
||||
REQUIRES_EH := 1
|
||||
REQUIRES_RTTI := 1
|
||||
|
||||
@@ -27,4 +26,5 @@ CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
|
||||
# (which depend on the source file) won't get generated until bison is done
|
||||
# generating the C source and header files for the parser.
|
||||
#
|
||||
$(ObjDir)/FileLexer.o : $(PROJ_SRC_DIR)/FileParser.h
|
||||
$(ObjDir)/TGLexer.o : $(PROJ_SRC_DIR)/FileParser.h
|
||||
|
||||
|
Reference in New Issue
Block a user