aboutsummaryrefslogtreecommitdiffstats
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
commit7d8ee1a5ece4510a4f5127fd8b3dcfe0e8822e4b (patch)
tree64164105fa4184c4ee582f48521788322b02f890 /test
parentd840426db17acfca954994f2f2c43667e001c64d (diff)
downloadexternal_llvm-7d8ee1a5ece4510a4f5127fd8b3dcfe0e8822e4b.zip
external_llvm-7d8ee1a5ece4510a4f5127fd8b3dcfe0e8822e4b.tar.gz
external_llvm-7d8ee1a5ece4510a4f5127fd8b3dcfe0e8822e4b.tar.bz2
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 fe671dc..627ab65 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 06031f8..316e722 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!