From 46b89af1ae5183cf41a2db86fce2876891f278bf Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 4 Jun 2009 22:56:29 +0000 Subject: [PATCH] Specify that this works for Darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72899 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/2009-01-20-k8.c | 2 +- test/FrontendC/2009-05-04-EnumInreg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/FrontendC/2009-01-20-k8.c b/test/FrontendC/2009-01-20-k8.c index c7836dac12b..fbfe88b4f1d 100644 --- a/test/FrontendC/2009-01-20-k8.c +++ b/test/FrontendC/2009-01-20-k8.c @@ -1,4 +1,4 @@ // RUN: %llvmgcc %s -S -march=k8 -// XTARGET: x86 +// XTARGET: x86,darwin // XFAIL: * long double x; diff --git a/test/FrontendC/2009-05-04-EnumInreg.c b/test/FrontendC/2009-05-04-EnumInreg.c index 5619c0a276d..309be745ac8 100644 --- a/test/FrontendC/2009-05-04-EnumInreg.c +++ b/test/FrontendC/2009-05-04-EnumInreg.c @@ -1,6 +1,6 @@ // RUN: %llvmgcc -S -m32 -mregparm=3 %s -emit-llvm -o - | grep {inreg %action} // XFAIL: * -// XTARGET: x86 +// XTARGET: x86,darwin // PR3967 enum kobject_action { -- 2.34.1