Don't require AVX registers if the target CPU doesn't have them
authorVince Harron <vince@nethacker.com>
Fri, 13 Mar 2015 03:43:46 +0000 (03:43 +0000)
committerVince Harron <vince@nethacker.com>
Fri, 13 Mar 2015 03:43:46 +0000 (03:43 +0000)
commit393edd1cb309864fbe716315ecb479738079942f
tree178a089f33e690e9b67235a150695487f277ec8c
parent9fe00e52d3dc12e80428648d84542f800c362163
Don't require AVX registers if the target CPU doesn't have them

TestLldbGdbServer was failing because it always assumed AVX is available on
x86_64 Linux. This patch checks the target before asserting that AVX
registers are available.

llvm-svn: 232137
lldb/test/tools/lldb-server/TestLldbGdbServer.py