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

Kevin Frei via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 21 09:49:08 PDT 2024


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

Updated. It also turns out that MAKE_DWP implies MAKE_DWO, so I removed it from the test Makefile while I was at it.

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


More information about the lldb-commits mailing list