================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
