This patch disables the following tests on non-AVX machines:
- lldb-shell :: Register/x86-64-write.test
- lldb-shell :: Register/x86-mm-xmm-write.test
This is due to a bug on GDB that prevents writing some XMM registers on
those machines https://sourceware.org/bugzilla/show_bug.cgi?id=28803 .
Maybe those XFAILs are related to this too. Can anyone test this on those systems, if you have a CPU with AVX extensions? I don't know the rationale, although.