summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-04-22 10:39:51 +0000
committerDuncan Sands <baldrick@free.fr>2009-04-22 10:39:51 +0000
commit4a0adb768696705ad103fc80ceff3594fdb11b3b (patch)
tree64164105fa4184c4ee582f48521788322b02f890 /test
parent7db2789251eba38a5e7be7286570c9c6fbb98e31 (diff)
downloadllvm-4a0adb768696705ad103fc80ceff3594fdb11b3b.tar.gz
llvm-4a0adb768696705ad103fc80ceff3594fdb11b3b.tar.bz2
llvm-4a0adb768696705ad103fc80ceff3594fdb11b3b.tar.xz
These tests are x86 specific.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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!