================ 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/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
