For PR514:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 19 May 2005 00:52:28 +0000 (00:52 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 19 May 2005 00:52:28 +0000 (00:52 +0000)
commitcc97cfc43eb481ef61763feecb16aa3658016284
treeb3a02020992025dba6145192325de7812367d527
parent8f9e21e3deaf89253458d21fcdca1fc293b3efba
For PR514:
* language specification files are no longer configured with "configure"
* add substitutions for %bindir%, %libdir%, and various llvmgcc related
  variables needed in the c and cpp spec files.
* Implement the stubstituions in the Compiler Driver.
* Move st.in to projects/Stacker/tools/stkrc where it belongs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22128 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
tools/llvmc/CompilerDriver.cpp
tools/llvmc/CompilerDriver.h
tools/llvmc/ConfigLexer.h
tools/llvmc/ConfigLexer.l
tools/llvmc/Configuration.cpp
tools/llvmc/Makefile
tools/llvmc/c [new file with mode: 0644]
tools/llvmc/c.in [deleted file]
tools/llvmc/cpp [new file with mode: 0644]
tools/llvmc/cpp.in [deleted file]
tools/llvmc/ll [new file with mode: 0644]
tools/llvmc/ll.in [deleted file]