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 d8e50c9 commit f37463bCopy full SHA for f37463b
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.cpp
@@ -161,7 +161,7 @@ lldb_private::Status PlatformRemoteMacOSX::GetFileWithUUID(
161
if (m_remote_platform_sp) {
162
std::string local_os_build;
163
#if !defined(__linux__)
164
- HostInfo::GetOSBuildString(local_os_build);
+ local_os_build = HostInfo::GetOSBuildString().getValueOr("");
165
#endif
166
std::string remote_os_build;
167
m_remote_platform_sp->GetOSBuildString(remote_os_build);
0 commit comments