These tests are x86 specific.
authorDuncan Sands <baldrick@free.fr>
Wed, 22 Apr 2009 10:39:51 +0000 (10:39 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 22 Apr 2009 10:39:51 +0000 (10:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69798 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2009-01-20-k8.c
test/FrontendFortran/2008-11-03-OptionOverride.f90

index fe671dc41fb4e5665be186b5d9cc5b4d081bf455..627ab65d161d3e959ae42a77737feb898cef97af 100644 (file)
@@ -1,2 +1,3 @@
 // RUN: %llvmgcc %s -S -march=k8
+// XTARGET: x86
 long double x;
index 06031f83d4d9f8739bcac307dcf781316b5528b7..316e722cd341c5a4114183b094abfa99ae051977 100644 (file)
@@ -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!