This is an archive of the discontinued LLVM Phabricator instance.

Add a function to detect whether an Xcode SDK supports Swift
ClosedPublic

Authored by aprantl on May 6 2020, 6:04 PM.

Diff Detail

Event Timeline

aprantl created this revision.May 6 2020, 6:04 PM
aprantl added a reviewer: JDevlieghere.
aprantl edited subscribers, added: lldb-commits; removed: JDevlieghere.
aprantl added a reviewer: vsk.May 7 2020, 9:58 AM
JDevlieghere added inline comments.May 7 2020, 10:19 AM
lldb/include/lldb/Utility/XcodeSDK.h
74

Not implemented?

aprantl updated this revision to Diff 262699.May 7 2020, 10:50 AM
aprantl marked an inline comment as done.
aprantl added inline comments.
lldb/include/lldb/Utility/XcodeSDK.h
74

I had another commit that changed SDKSupportsModules into a member function, but then realized that this wouldn't gel with the way the function is used by PlatformDarwin.

Removed.

vsk accepted this revision.May 7 2020, 11:01 AM

Nice test!

This revision is now accepted and ready to land.May 7 2020, 11:01 AM
JDevlieghere accepted this revision.May 7 2020, 11:17 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2020, 11:55 AM