[Lldb-commits] [PATCH] D79535: Add a function to detect whether an Xcode SDK supports Swift
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 7 10:47:12 PDT 2020
JDevlieghere 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.
----------------
Not implemented?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79535/new/
https://reviews.llvm.org/D79535
More information about the lldb-commits
mailing list