================
@@ -0,0 +1,17 @@
+#include <stdint.h>
+int main() {
+ int value = 5;
----------------
jasonmolenda wrote:Yeah, if this was compiled with any optimization at all, the body of the function becomes `mv x0, #0xa`; `ret` so I didn't try to defeat compiler cleverness. https://github.com/llvm/llvm-project/pull/66308 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
