mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 17:37:13 +00:00
Allow $CALL and $ENV in command names. Fixes #3025.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58922 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
73655bc67f
commit
c389e944cd
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user