[Lldb-commits] [lldb] DebugInfoD tests + fixing issues exposed by tests (PR #85693)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 21 09:40:26 PDT 2024


================
@@ -210,6 +210,12 @@ else
 	ifeq "$(SPLIT_DEBUG_SYMBOLS)" "YES"
 		DSYM = $(EXE).debug
 	endif
+
+	ifeq "$(MERGE_DWOS)" "YES"
----------------
clayborg wrote:

Is `MERGE_DWOS` new? If so, lets rename to `MAKE_DWP`

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


More information about the lldb-commits mailing list