[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:33 PDT 2024


================
@@ -0,0 +1,7 @@
+extern "C" int b_function();
+
+int a_init() { return 234; }
+
+int a_global = a_init();
----------------
slydiman wrote:

Done.

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


More information about the lldb-commits mailing list