DavidSpickett added inline comments.

================
Comment at: lldb/test/API/linux/aarch64/mte_tag_read/main.c:46
+  // A different tag so that buf_alt_tag > buf if you don't handle the tag
+  char *buf_alt_tag = __arm_mte_create_random_tag(buf, ~(1 << 10));
+
----------------
https://developer.arm.com/documentation/101028/0012/10--Memory-tagging-intrinsics
 for descriptions of these functions.

I probably need to add some more comments here for the unfamiliar.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97285

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

Reply via email to