================
@@ -0,0 +1,6 @@
+int func(void) {
+ __builtin_printf("Break here");
----------------
Michael137 wrote:Oh I fixed this in a follow-up commit. Is the test still failing? Yea not exactly sure about why the builtin doesnt link. Your theory sounds plausible https://github.com/llvm/llvm-project/pull/134097 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
