Skip to content

Commit 4facb5f

Browse files
Update lldb/include/lldb/Target/Platform.h
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 60ab35f commit 4facb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Target/Platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ class Platform : public PluginInterface {
477477
///
478478
/// \param[in] unit The CU
479479
///
480-
/// \returns If successful, returns a parsed XcodeSDK object.
480+
/// \returns A parsed XcodeSDK object if successful, an Error otherwise.
481481
virtual llvm::Expected<XcodeSDK> GetSDKPathFromDebugInfo(CompileUnit &unit) {
482482
return llvm::createStringError(
483483
llvm::formatv("{0} not implemented for '{1}' platform.",

0 commit comments

Comments
 (0)