summaryrefslogtreecommitdiff
path: root/test/FrontendFortran
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-11-25 21:41:35 +0000
committerDuncan Sands <baldrick@free.fr>2010-11-25 21:41:35 +0000
commitcf99abbc4eea221b9f78861cced58b5dafce38a6 (patch)
tree28fb8f4e778db61753655c1c40a894e2b993dffe /test/FrontendFortran
parent71a39f4b6f132c0ab4520a46e9ad5b363711e686 (diff)
downloadllvm-cf99abbc4eea221b9f78861cced58b5dafce38a6.tar.gz
llvm-cf99abbc4eea221b9f78861cced58b5dafce38a6.tar.bz2
llvm-cf99abbc4eea221b9f78861cced58b5dafce38a6.tar.xz
Use -S rather than -c for the benefit of dragonegg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendFortran')
-rw-r--r--test/FrontendFortran/2008-11-03-OptionOverride.f902
-rw-r--r--test/FrontendFortran/2009-02-09-FloorDivExpr.f902
-rw-r--r--test/FrontendFortran/cpow.f902
3 files changed, 3 insertions, 3 deletions
diff --git a/test/FrontendFortran/2008-11-03-OptionOverride.f90 b/test/FrontendFortran/2008-11-03-OptionOverride.f90
index 316e722cd3..d65ba9b473 100644
--- a/test/FrontendFortran/2008-11-03-OptionOverride.f90
+++ b/test/FrontendFortran/2008-11-03-OptionOverride.f90
@@ -1,4 +1,4 @@
-! RUN: %llvmgcc -c %s -march=k8
+! RUN: %llvmgcc -S %s -march=k8
! XTARGET: x86
! Note: this file intentionally left blank, the problem itself is in
! frontend initialization routines and march flag!
diff --git a/test/FrontendFortran/2009-02-09-FloorDivExpr.f90 b/test/FrontendFortran/2009-02-09-FloorDivExpr.f90
index 870e99bd08..ddd05c5494 100644
--- a/test/FrontendFortran/2009-02-09-FloorDivExpr.f90
+++ b/test/FrontendFortran/2009-02-09-FloorDivExpr.f90
@@ -1,4 +1,4 @@
-! RUN: %llvmgcc -c %s
+! RUN: %llvmgcc -S %s
! PR2437
program main
implicit none
diff --git a/test/FrontendFortran/cpow.f90 b/test/FrontendFortran/cpow.f90
index 19ae3784c2..25156fd589 100644
--- a/test/FrontendFortran/cpow.f90
+++ b/test/FrontendFortran/cpow.f90
@@ -1,4 +1,4 @@
-! RUN: %llvmgcc -c %s
+! RUN: %llvmgcc -S %s
! PR2443
! Program to test the power (**) operator