We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ab35f commit 4facb5fCopy full SHA for 4facb5f
lldb/include/lldb/Target/Platform.h
@@ -477,7 +477,7 @@ class Platform : public PluginInterface {
477
///
478
/// \param[in] unit The CU
479
480
- /// \returns If successful, returns a parsed XcodeSDK object.
+ /// \returns A parsed XcodeSDK object if successful, an Error otherwise.
481
virtual llvm::Expected<XcodeSDK> GetSDKPathFromDebugInfo(CompileUnit &unit) {
482
return llvm::createStringError(
483
llvm::formatv("{0} not implemented for '{1}' platform.",
0 commit comments