Change @ -> % in config files. @name@ might be needed for config files to
authorReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 22:53:11 +0000 (22:53 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 22:53:11 +0000 (22:53 +0000)
commit53aa793721ee1d5d3c025bcc4a11fc770565d828
treef44751364b3549d8b145df982553a3ffd08abb49
parentb65eadb7f50c3e4c67efea4901e96b334d69700e
Change @ -> % in config files. @name@ might be needed for config files to
themselves be configured via autoconf so its not a good substitition syntax
for llvmc. Furthermore % is more llvmish :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15957 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/CompilerDriver.cpp
tools/llvmc/ConfigLexer.l
tools/llvmc/Configuration.cpp
tools/llvmc/ll
tools/llvmc/st