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

Tamas Berghammer tberghammer at google.com
Tue Mar 10 01:54:02 PDT 2015


================
Comment at: test/tools/lldb-server/TestLldbGdbServer.py:472-474
@@ +471,5 @@
+
+        f = open(cpuinfo_path, 'r')
+        cpuinfo = f.read()
+        f.close()
+        return " avx " in cpuinfo
----------------
Please remove the local copy of cpuinfo for remote platforms

http://reviews.llvm.org/D8189

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






More information about the lldb-commits mailing list