DavidSpickett added inline comments.

================
Comment at: lldb/test/API/tools/lldb-server/memory-tagging/main.c:36
+  // This intrinsic treats the addresses as if they were untagged
+  while (__arm_mte_ptrdiff(tagged_ptr, buf) < page_size) {
+    // This sets the allocation tag
----------------
See 
https://developer.arm.com/documentation/101028/0012/10--Memory-tagging-intrinsics
 for in depth descriptions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95601

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

Reply via email to