aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/FrontendC/2009-01-20-k8.c1
-rw-r--r--test/FrontendFortran/2008-11-03-OptionOverride.f903
2 files changed, 3 insertions, 1 deletions
diff --git a/test/FrontendC/2009-01-20-k8.c b/test/FrontendC/2009-01-20-k8.c
index fe671dc41f..627ab65d16 100644
--- a/test/FrontendC/2009-01-20-k8.c
+++ b/test/FrontendC/2009-01-20-k8.c
@@ -1,2 +1,3 @@
// RUN: %llvmgcc %s -S -march=k8
+// XTARGET: x86
long double x;
diff --git a/test/FrontendFortran/2008-11-03-OptionOverride.f90 b/test/FrontendFortran/2008-11-03-OptionOverride.f90
index 06031f83d4..316e722cd3 100644
--- a/test/FrontendFortran/2008-11-03-OptionOverride.f90
+++ b/test/FrontendFortran/2008-11-03-OptionOverride.f90
@@ -1,3 +1,4 @@
! RUN: %llvmgcc -c %s -march=k8
+! XTARGET: x86
! Note: this file intentionally left blank, the problem itself is in
-! frontend initialization routines and march flag! \ No newline at end of file
+! frontend initialization routines and march flag!