DavidSpickett added inline comments.

================
Comment at: lldb/test/API/commands/watchpoints/watch_tagged_addr/main.c:11
+
+  __asm__ __volatile__("pacdza %0" : "=r"(tagged_ptr) : "r"(tagged_ptr));
+
----------------
Add comments to these inline asm lines to explain the instructions.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101361/new/

https://reviews.llvm.org/D101361

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to