[Lldb-commits] [lldb] [lldb] Fix TestModuleLoadedNotifys API test to work correctly on most of Linux targets (PR #94672)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 10 01:37:51 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
----------------
labath wrote:

Please rename the modules to something else (even a simple `liba` is probably fine).

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


More information about the lldb-commits mailing list