diff options
Diffstat (limited to 'test/FrontendFortran')
-rw-r--r-- | test/FrontendFortran/2008-11-03-OptionOverride.f90 | 2 | ||||
-rw-r--r-- | test/FrontendFortran/2009-02-09-FloorDivExpr.f90 | 2 | ||||
-rw-r--r-- | test/FrontendFortran/cpow.f90 | 2 |
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 316e722..d65ba9b 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 870e99b..ddd05c5 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 19ae378..25156fd 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 |