[Lldb-commits] [PATCH] D24187: Intel(R) Memory Protection Extensions (Intel(R) MPX) support.

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 7 05:41:28 PDT 2016


labath added a comment.

Thank you for addressing the comments. let's continue this in the other thread.


================
Comment at: packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/TestMPXRegisters.py:27
@@ +26,3 @@
+
+    @skipIfiOSSimulator
+    @skipIf(compiler="clang")
----------------
valentinagiusti wrote:
> labath wrote:
> > Do we really need the ios simulator decorator here?
> Is this naturally skipped if all OSs are skipped except for linux?
I am pretty sure it is, I have never needed to use the decorator, although it still exists in some legacy tests.


Repository:
  rL LLVM

https://reviews.llvm.org/D24187





More information about the lldb-commits mailing list