summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/FrontendC/2009-01-20-k8.c2
-rw-r--r--llvm/test/FrontendC/2009-05-04-EnumInreg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FrontendC/2009-01-20-k8.c b/llvm/test/FrontendC/2009-01-20-k8.c
index c7836dac12b..fbfe88b4f1d 100644
--- a/llvm/test/FrontendC/2009-01-20-k8.c
+++ b/llvm/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/llvm/test/FrontendC/2009-05-04-EnumInreg.c b/llvm/test/FrontendC/2009-05-04-EnumInreg.c
index 5619c0a276d..309be745ac8 100644
--- a/llvm/test/FrontendC/2009-05-04-EnumInreg.c
+++ b/llvm/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 {
OpenPOWER on IntegriCloud