1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Allow $CALL and $ENV in command names. Fixes #3025.

llvm-svn: 58922
This commit is contained in:
Mikhail Glushenkov 2008-11-08 19:43:32 +00:00
parent 4a683f438d
commit 3e7723bbac

View File

@ -1211,7 +1211,7 @@ void EmitGenerateActionMethod (const ToolProperties& P,
<< Indent2 << "const InputLanguagesSet& InLangs,\n"
<< Indent2 << "const LanguageMap& LangMap) const\n"
<< Indent1 << "{\n"
<< Indent2 << "const char* cmd;\n"
<< Indent2 << "std::string cmd;\n"
<< Indent2 << "std::vector<std::string> vec;\n";
// cmd_line is either a string or a 'case' construct.