test/builtins/Unit/cpu_model_test.c tests the X86 specific builtin __builtin_cpu_supports.
It fails if the clang's default target is not X86.
The proposed patch adds an additional requirement for the X86 target to the test, making lit ignore the test if the target is different.