[Lldb-commits] [lldb] [lldb] move XcodeSDK's sysroot into a separate class (PR #144396)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 17 07:52:34 PDT 2025


https://github.com/JDevlieghere commented:

I'm not sure I understand the need for the separate class. What's present in the `XcodeSDK` class that prevents you from using it on PlatformWindows? Given that the current class is part of Utility, it shouldn't depend on anything Darwin specific. If we need to make this class behave differently depending on the platform, then maybe it's time to make this a generic "SDK" plugin with different implementations depending on the platform? 

https://github.com/llvm/llvm-project/pull/144396


More information about the lldb-commits mailing list