[Lldb-commits] [lldb] Don't require a UUID in a .dwp file. (PR #83935)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 5 16:33:50 PST 2024


================
@@ -139,6 +139,20 @@
 // RUN:   -o "target variable a" \
 // RUN:   -b %t | FileCheck %s
 
+// Now move the .debug and .dwp file into another directory so that we can use
----------------
clayborg wrote:

That is already covered by other split DWARF testing, so it doesn't need to be covered here.

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


More information about the lldb-commits mailing list