Fix the -*-version-min option to not try and use the current OS version for iOS and...
authorGreg Clayton <gclayton@apple.com>
Thu, 22 Jan 2015 18:25:49 +0000 (18:25 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 22 Jan 2015 18:25:49 +0000 (18:25 +0000)
commitcd6bbba18612654fdc8aa2508202333694b207ab
treeb42efb5a23a2ab80b6436f0446db78fe528f5976
parent37c41c1d2c787ebc51fe40d1cc0d14e57f4b648d
Fix the -*-version-min option to not try and use the current OS version for iOS and the simulator since llvm/clang will assert and kill LLDB.

llvm-svn: 226846
lldb/include/lldb/Target/Platform.h
lldb/source/Expression/ClangModulesDeclVendor.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
lldb/source/Target/Platform.cpp