================ @@ -0,0 +1,10 @@ +# UNSUPPORTED: x86 ---------------- DavidSpickett wrote:
This should be: ``` UNSUPPORTED: target-x86_64 ``` Which I'm pretty sure is lldb's equivalent of `x86-registered-target`. Which is whether the lldb has that target built into it, vs. whether it's running on x86. You see a lot of requires: native && target-x86-64 for this reason. https://github.com/llvm/llvm-project/pull/82603 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits