[Lldb-commits] [PATCH] D79535: Add a function to detect whether an Xcode SDK supports Swift
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 7 11:20:26 PDT 2020
aprantl added inline comments.
================
Comment at: lldb/include/lldb/Utility/XcodeSDK.h:70
llvm::StringRef GetString() const;
+ bool SupportsModules() const;
+ /// Whether this Xcode SDK supports Swift.
----------------
JDevlieghere wrote:
> Not implemented?
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79535/new/
https://reviews.llvm.org/D79535
More information about the lldb-commits
mailing list