diff options
author | Jason Molenda <jmolenda@apple.com> | 2016-03-08 03:24:13 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2016-03-08 03:24:13 +0000 |
commit | 5df5402f94376b93d215791330750748053d78e7 (patch) | |
tree | 166d44c6f65c38a64d77bd878c3ff589e636205b /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | 1402606477098c75c36f83883c5e0c2d7d4fcdc7 (diff) | |
download | bcm5719-llvm-5df5402f94376b93d215791330750748053d78e7.tar.gz bcm5719-llvm-5df5402f94376b93d215791330750748053d78e7.zip |
Unbreak linux build broken by r262901
llvm-svn: 262904
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index 0dce940779f..bf8ac43b105 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -429,7 +429,7 @@ CommandInterpreter::Initialize () shell_option.append("--shell="); shell_option.append(HostInfo::GetDefaultShell().GetPath()); shell_option.append(" --"); - ProcessAliasOptionsArgs (cmd_obj_sp, shell_option.c_str(), alias_arguments_vector_sp); + CommandAlias::ProcessAliasOptionsArgs (cmd_obj_sp, shell_option.c_str(), alias_arguments_vector_sp); #endif #endif AddAlias ("r", cmd_obj_sp, alias_arguments_vector_sp); |