Revert "Revert "Host: generalise `GetXcodeSDKPath`""
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 29 May 2023 16:35:19 +0000 (09:35 -0700)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 29 May 2023 17:16:41 +0000 (10:16 -0700)
commitcd21c0d30c0803b24e1dcf71d2f04cb46e539905
tree6e8ae5b5aaa7c4760cc49cf6b8863e03d37bd3c9
parent728a7de88a780709c81476dd8e9287c09a0d1bcf
Revert "Revert "Host: generalise `GetXcodeSDKPath`""

This reverts commit c46d9af26cefb0b24646d3235b75ae7a1b8548d4.

Rename the variable to avoid `-Wchanges-meaning` warning.  Although, it
might be better to squelch the warning as it is of low value IMO.
lldb/include/lldb/Host/HostInfoBase.h
lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
lldb/source/Core/Module.cpp
lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
lldb/unittests/Host/HostInfoTest.cpp