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

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 17 10:15:44 PDT 2025


================
@@ -982,7 +982,7 @@ lldb::LanguageType SymbolFileDWARF::ParseLanguage(CompileUnit &comp_unit) {
     return eLanguageTypeUnknown;
 }
 
-XcodeSDK SymbolFileDWARF::ParseXcodeSDK(CompileUnit &comp_unit) {
+XcodeSDKPath SymbolFileDWARF::ParseXcodeSDK(CompileUnit &comp_unit) {
----------------
charles-zablit wrote:

Yes, I think there is a confusing notion of "the path parsed from DWARF" vs "the path of the SDK on the system we are debugging this on".

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


More information about the lldb-commits mailing list