summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/compiler/StackerParser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert over to the new way of handling lex/bison checked into cvsChris Lattner2006-02-151-1909/+0
| | | | llvm-svn: 26209
* Implement PR614:Reid Spencer2005-08-271-0/+1909
These changes modify the makefiles so that the output of flex and bison are placed in the SRC directory, not the OBJ directory. It is intended that they be checked in as any other LLVM source so that platforms without convenient access to flex/bison can be compiled. From now on, if you change a .y or .l file you *must* also commit the generated .cpp and .h files. llvm-svn: 23115
OpenPOWER on IntegriCloud