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


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

Just delete all of this stuff, as it's not relevant for what we're testing. (the `a_function` -> `b_function` dep is marginally interesting, as it creates a more interesting dependency graph).

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


More information about the lldb-commits mailing list