================
@@ -0,0 +1,17 @@
+#include <stdint.h>
+int main() {
+  int value = 5;
----------------
clayborg wrote:

If you take the address of "value" then it will always be in memory. Here we 
might be just getting lucky that the compiler choses to put this on the stack 
at -O0.

https://github.com/llvm/llvm-project/pull/66308
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to