More Functionality:
authorReid Spencer <rspencer@reidspencer.com>
Sun, 15 Aug 2004 08:19:46 +0000 (08:19 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 15 Aug 2004 08:19:46 +0000 (08:19 +0000)
commitbf437720381ded52024e52560bc84e95dde266f7
tree35a2b230242d321dfa77bbc6392e6075948ed2fb
parent936f5c72e20a19f7c7814c427db44d03eed1c60f
More Functionality:
- cleaned up lexical scanner
- added support for "lang.optN" configuration items
- added temporary file support (ala lib/System)
- corrected logic for deciding which phases to run
- consolidated the Action and ActionPattern classes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15765 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/CompilerDriver.cpp
tools/llvmc/CompilerDriver.h
tools/llvmc/ConfigData.cpp
tools/llvmc/ConfigLexer.h
tools/llvmc/ConfigLexer.l
tools/llvmc/Configuration.cpp
tools/llvmc/Makefile
tools/llvmc/llvmc.cpp