================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to