mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
[lldb] Another build fix for 8b8070e23
This particular usage was guarded by !__linux__, so it broke everywhere else. It should probably be replaced by something else.
This commit is contained in:
@@ -161,7 +161,7 @@ lldb_private::Status PlatformRemoteMacOSX::GetFileWithUUID(
|
||||
if (m_remote_platform_sp) {
|
||||
std::string local_os_build;
|
||||
#if !defined(__linux__)
|
||||
HostInfo::GetOSBuildString(local_os_build);
|
||||
local_os_build = HostInfo::GetOSBuildString().getValueOr("");
|
||||
#endif
|
||||
std::string remote_os_build;
|
||||
m_remote_platform_sp->GetOSBuildString(remote_os_build);
|
||||
|
||||
Reference in New Issue
Block a user