omjavaid added inline comments.

================
Comment at: lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.cpp:36
+  if (machine != llvm::Triple::aarch64 && machine != llvm::Triple::aarch64_be 
&&
+      machine != llvm::Triple::aarch64_32) {
+    return nullptr;
----------------
Do you think we should consider aarch64_32 as AArch64 architecture? aarch64_32 
AFAIK is used where 64bit kernel is running and 32bit executable. Does MTE also 
apply on 32 bit executables running on 64bit kernel.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95602

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

Reply via email to