From: Jason Molenda Date: Tue, 8 Mar 2016 03:24:13 +0000 (+0000) Subject: Unbreak linux build broken by r262901 X-Git-Tag: llvmorg-3.9.0-rc1~12285 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5df5402f94376b93d215791330750748053d78e7;p=platform%2Fupstream%2Fllvm.git Unbreak linux build broken by r262901 llvm-svn: 262904 --- diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index 0dce940..bf8ac43 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);