<rdar://problem/13131838>

Platform select documents a -S option but doesn't accept it, now it does.

llvm-svn: 178384
This commit is contained in:
Greg Clayton 2013-03-29 23:18:38 +00:00
parent 6aebbb325b
commit a7d8c21b8f
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ OptionGroupPlatform::SetOptionValue (CommandInterpreter &interpreter,
m_sdk_build.SetCString (option_arg);
break;
case 's':
case 'S':
m_sdk_sysroot.SetCString (option_arg);
break;