[Lldb-commits] [PATCH] D60325: [lldb] [Process/NetBSD] Fix wrongly mapping mm* registers

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 8 10:35:32 PDT 2019


mgorny marked 2 inline comments as done.
mgorny added a comment.

Thanks. I'll try converting it to C now.



================
Comment at: lldb/lit/Register/x86-mm-xmm-read.test:1
+# REQUIRES: x86
+# RUN: %clang %p/Inputs/x86-mm-xmm-read.s -o %t
----------------
labath wrote:
> Does this mean "the host is an x86 system", or "x86 is a configured llvm target"? My impression is that in means the latter <https://github.com/llvm-mirror/lldb/blob/master/lit/lit.cfg.py#L49>, but we obviously want the former here.
Do you have any idea how to achieve the former? I can't find anything looking like it. Though I suppose it's entirely possible that there's no such thing atm.


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

https://reviews.llvm.org/D60325





More information about the lldb-commits mailing list