Added support to Platform to indicate (1) whether the
authorSean Callanan <scallanan@apple.com>
Fri, 5 Dec 2014 01:16:31 +0000 (01:16 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 5 Dec 2014 01:16:31 +0000 (01:16 +0000)
commit5dc2981cf8ff580fda060c93e663730b17e9be95
treea827450b8293fa54c68c0276e9663524cd1975f4
parentb1e1c62fac12bf5c48b57d5e90d65bf1e48170b7
Added support to Platform to indicate (1) whether the
current platform supports Clang modules, and (2) what
options to pass to Clang so it can load those Clang
modules.

llvm-svn: 223431
lldb/include/lldb/Target/Platform.h
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.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