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

Reply via email to