Add an internal bit to the XcodeSDK class.
authorAdrian Prantl <aprantl@apple.com>
Wed, 22 Apr 2020 21:22:54 +0000 (14:22 -0700)
committerAdrian Prantl <aprantl@apple.com>
Fri, 24 Apr 2020 19:55:53 +0000 (12:55 -0700)
commit79feafa5147af3cfaa821a5488ac40ed8b79b072
tree0387f539e6b19be831ec21edd24055dd593a933c
parent35e6a9c8397e9550382961f2e020987982e9ccd7
Add an internal bit to the XcodeSDK class.

For developing the OS itself there exists an "internal" variant of
each SDK. This patch adds support for these SDK directories to the
XcodeSDK class.

Differential Revision: https://reviews.llvm.org/D78675
lldb/include/lldb/Utility/XcodeSDK.h
lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
lldb/source/Utility/XcodeSDK.cpp
lldb/unittests/Host/HostInfoTest.cpp
lldb/unittests/Utility/XcodeSDKTest.cpp