hanchenye-llvm-project/llvm/lib/AsmParser
Reid Spencer c9bbb35c6f Make sure that the yacc and lex output are specified as BUILT_SOURCES.
Correct the dependency of the Lexer.o file on the constructed
llvmAsmParser.h header file. It is not the Lexer.cpp file that depends on
the header, its the output of compiling Lexer.cpp, Lexer.o

llvm-svn: 17289
2004-10-28 00:43:24 +00:00
..
.cvsignore Ignore generated files Lexer.cpp and llvmAsmParser.* 2002-12-02 21:14:54 +00:00
Lexer.l Parse undef and unreachable 2004-10-16 18:17:13 +00:00
Makefile Make sure that the yacc and lex output are specified as BUILT_SOURCES. 2004-10-28 00:43:24 +00:00
Parser.cpp Fine-grainify namespacification, prune #include 2004-07-13 08:42:12 +00:00
ParserInternals.h Parse undef and unreachable 2004-10-16 18:17:13 +00:00
llvmAsmParser.y Plug a memory leak in the asmparser. It turns out that we were leaking 2004-10-26 18:26:14 +00:00