Author: jmolenda
Date: Mon Mar  7 21:24:13 2016
New Revision: 262904

URL: http://llvm.org/viewvc/llvm-project?rev=262904&view=rev
Log:
Unbreak linux build broken by r262901

Modified:
    lldb/trunk/source/Interpreter/CommandInterpreter.cpp

Modified: lldb/trunk/source/Interpreter/CommandInterpreter.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CommandInterpreter.cpp?rev=262904&r1=262903&r2=262904&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CommandInterpreter.cpp (original)
+++ lldb/trunk/source/Interpreter/CommandInterpreter.cpp Mon Mar  7 21:24:13 
2016
@@ -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);


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to