diff --git a/tests/X86/MISC/CPUID.S b/tests/X86/MISC/CPUID.S index c288277df..0910b9774 100644 --- a/tests/X86/MISC/CPUID.S +++ b/tests/X86/MISC/CPUID.S @@ -14,6 +14,7 @@ * limitations under the License. */ +#ifndef __APPLE__ TEST_BEGIN(CPUID, 2) TEST_INPUTS( 0x07, 0, @@ -32,3 +33,4 @@ TEST_INPUTS( mov ecx, ARG2_32 cpuid TEST_END +#endif