[Lldb-commits] [PATCH] D79603: Add an API to construct an XcodeSDK from an SDK type.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 7 15:14:29 PDT 2020
aprantl created this revision.
aprantl added reviewers: JDevlieghere, vsk.
Unfortunately I discovered that I do need to be able to go full round-trip in swift-lldb.
Also, this moves numSDKs out of the actual enum, as to not mess with the switch-cases-covered warning.
https://reviews.llvm.org/D79603
Files:
lldb/include/lldb/Utility/XcodeSDK.h
lldb/source/Utility/XcodeSDK.cpp
lldb/unittests/Utility/XcodeSDKTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79603.262771.patch
Type: text/x-patch
Size: 7880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200507/02c121df/attachment.bin>
More information about the lldb-commits
mailing list