[Lldb-commits] [PATCH] Don't require AVX registers if the target CPU doesn't have them

Ed Maste emaste at freebsd.org
Tue Mar 10 06:07:54 PDT 2015


================
Comment at: test/tools/lldb-server/TestLldbGdbServer.py:465
@@ +464,3 @@
+    def targetHasAVX(self):
+        # Need to do something different for non-Linux/Android targets
+        if lldb.remote_platform:
----------------
Would be nice to see a switch on sys.platform or equivalent even if Linux is the only case right now.

http://reviews.llvm.org/D8189

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list