From 4a0adb768696705ad103fc80ceff3594fdb11b3b Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 22 Apr 2009 10:39:51 +0000 Subject: [PATCH] These tests are x86 specific. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69798 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/2009-01-20-k8.c | 1 + test/FrontendFortran/2008-11-03-OptionOverride.f90 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/FrontendC/2009-01-20-k8.c b/test/FrontendC/2009-01-20-k8.c index fe671dc41fb..627ab65d161 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 06031f83d4d..316e722cd34 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!