================
@@ -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) {
----------------
adrian-prantl wrote:

Thinking out aloud: I was just going to write: "wouldn't it be better if this 
function returned an abstract SDK specification?" but then I realized that this 
is the point where we can read an absolute oath to the sysroot out of DWARF, so 
it needs to be am absolute path.

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