diff options
Diffstat (limited to 'test/FrontendFortran/2008-11-03-OptionOverride.f90')
-rw-r--r-- | test/FrontendFortran/2008-11-03-OptionOverride.f90 | 2 |
1 files changed, 1 insertions, 1 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! |