mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
<rdar://problem/13892319>
The command "po" by itself yields odd errors. I fixed the alias. llvm-svn: 181856
This commit is contained in:
@@ -292,7 +292,7 @@ CommandInterpreter::Initialize ()
|
||||
AddOrReplaceAliasOptions ("call", alias_arguments_vector_sp);
|
||||
|
||||
alias_arguments_vector_sp.reset (new OptionArgVector);
|
||||
ProcessAliasOptionsArgs (cmd_obj_sp, "-O --", alias_arguments_vector_sp);
|
||||
ProcessAliasOptionsArgs (cmd_obj_sp, "-O -- ", alias_arguments_vector_sp);
|
||||
AddAlias ("po", cmd_obj_sp);
|
||||
AddOrReplaceAliasOptions ("po", alias_arguments_vector_sp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user