[Lldb-commits] [PATCH] D10954: [LLDB][MIPS] Added test case support for MIPS

Ed Maste emaste at freebsd.org
Mon Jul 6 06:24:57 PDT 2015


emaste added a subscriber: emaste.

================
Comment at: test/python_api/value/change_values/TestChangeValueAPI.py:145
@@ +144,3 @@
+
+        #To get invalid  address in case of MIPS Architecture when sp value is changed. 
+        if arch == "mips" or arch == "mips64" or arch == "mips32el" or arch == "mips64el":
----------------
Can you expand on this comment?


Repository:
  rL LLVM

http://reviews.llvm.org/D10954







More information about the lldb-commits mailing list