================ @@ -79,6 +79,11 @@ set(LLDB_GLOBAL_INIT_DIRECTORY "" CACHE STRING "Path to the global lldbinit directory. Relative paths are resolved relative to the directory containing the LLDB library.") +set(LLDB_DWO_DIAGNOSTIC_SUFFIX "Debugging will be degraded." CACHE STRING + "Text appended to diagnostics when LLDB cannot locate DWO debug information files. Clients can + customize this message with a URL or additional information to help users know how to fix or + troubleshoot the issue.") + ---------------- youngd007 wrote:
Wow, I hadn't even noticed Bar had made the change to the bzl build! https://github.com/llvm/llvm-project/pull/212338 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
