Show the user the DBGError (if available) when dsymForUUID fails. rdar://90949180 Differential revision: https://reviews.llvm.org/D123743
17 lines
542 B
Plaintext
17 lines
542 B
Plaintext
***************
|
|
*** 337,343 ****
|
|
|
|
std::string DBGBuildSourcePath;
|
|
std::string DBGSourcePath;
|
|
- std::string DBGError;
|
|
|
|
// If DBGVersion 1 or DBGVersion missing, ignore DBGSourcePathRemapping.
|
|
// If DBGVersion 2, strip last two components of path remappings from
|
|
--- 346,351 ----
|
|
|
|
std::string DBGBuildSourcePath;
|
|
std::string DBGSourcePath;
|
|
|
|
// If DBGVersion 1 or DBGVersion missing, ignore DBGSourcePathRemapping.
|
|
// If DBGVersion 2, strip last two components of path remappings from
|