[Lldb-commits] [lldb] [lldb] Fix TestModuleLoadedNotifys API test to work correctly on most of Linux targets (PR #94672)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 10 02:31:43 PDT 2024
================
@@ -1,3 +1,23 @@
-CXX_SOURCES := main.cpp
-
-include Makefile.rules
+CXX_SOURCES := main.cpp
+LD_EXTRAS := -L. -lloadunload_d -lloadunload_c -lloadunload_a -lloadunload_b
----------------
slydiman wrote:
Done.
https://github.com/llvm/llvm-project/pull/94672
More information about the lldb-commits
mailing list