aprantl added inline comments.

================
Comment at: lldb/test/API/macosx/rosetta/TestRosetta.py:7-10
+def apple_silicon(test):
+    return platform.system() == 'Darwin' and test.getArchitecture() in [
+        'arm64', 'arm64e'
+    ]
----------------
mib wrote:
> Why not add this to `decorators.py` ?
FWIW, there's a `skipIfRosetta` decorator there already.


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

https://reviews.llvm.org/D130540

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

Reply via email to