llvm-6502/tools/llvmc
Reid Spencer 68a24bdba4 Implement PR614:
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23115 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-27 18:50:39 +00:00
..
c For PR514: 2005-05-19 00:52:28 +00:00
CompilerDriver.cpp Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00
CompilerDriver.h For PR514: 2005-05-19 00:52:28 +00:00
ConfigLexer.cpp Implement PR614: 2005-08-27 18:50:39 +00:00
ConfigLexer.h For PR514: 2005-05-19 00:52:28 +00:00
ConfigLexer.l For PR514: 2005-05-19 00:52:28 +00:00
Configuration.cpp For PR495: 2005-07-07 23:21:43 +00:00
Configuration.h Remove trailing whitespace 2005-04-22 00:00:37 +00:00
cpp For PR514: 2005-05-19 00:52:28 +00:00
LICENSE.TXT License file for llvmc. 2004-08-25 00:41:06 +00:00
ll For PR514: 2005-05-19 00:52:28 +00:00
llvmc.cpp Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00
Makefile For PR514: 2005-05-19 00:52:28 +00:00