[llvm-commits] [llvm] r69798 - in /llvm/trunk/test: FrontendC/2009-01-20-k8.c FrontendFortran/2008-11-03-OptionOverride.f90
    Duncan Sands 
    baldrick at free.fr
       
    Wed Apr 22 03:40:10 PDT 2009
    
    
  
Author: baldrick
Date: Wed Apr 22 05:39:51 2009
New Revision: 69798
URL: http://llvm.org/viewvc/llvm-project?rev=69798&view=rev
Log:
These tests are x86 specific.
Modified:
    llvm/trunk/test/FrontendC/2009-01-20-k8.c
    llvm/trunk/test/FrontendFortran/2008-11-03-OptionOverride.f90
Modified: llvm/trunk/test/FrontendC/2009-01-20-k8.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-01-20-k8.c?rev=69798&r1=69797&r2=69798&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2009-01-20-k8.c (original)
+++ llvm/trunk/test/FrontendC/2009-01-20-k8.c Wed Apr 22 05:39:51 2009
@@ -1,2 +1,3 @@
 // RUN: %llvmgcc %s -S -march=k8
+// XTARGET: x86
 long double x;
Modified: llvm/trunk/test/FrontendFortran/2008-11-03-OptionOverride.f90
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendFortran/2008-11-03-OptionOverride.f90?rev=69798&r1=69797&r2=69798&view=diff
==============================================================================
--- llvm/trunk/test/FrontendFortran/2008-11-03-OptionOverride.f90 (original)
+++ llvm/trunk/test/FrontendFortran/2008-11-03-OptionOverride.f90 Wed Apr 22 05:39:51 2009
@@ -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!
    
    
More information about the llvm-commits
mailing list