Skip to content

Commit 1aa1338

Browse files
committed
Disable cpuid test on macos
1 parent d5928a0 commit 1aa1338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/X86/MISC/CPUID.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
#ifndef __APPLE__
1718
TEST_BEGIN(CPUID, 2)
1819
TEST_INPUTS(
1920
0x07, 0,
@@ -32,3 +33,4 @@ TEST_INPUTS(
3233
mov ecx, ARG2_32
3334
cpuid
3435
TEST_END
36+
#endif

0 commit comments

Comments
 (0)