Use -S rather than -c for the benefit of dragonegg.
authorDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:41:35 +0000 (21:41 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:41:35 +0000 (21:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120161 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendFortran/2008-11-03-OptionOverride.f90
test/FrontendFortran/2009-02-09-FloorDivExpr.f90
test/FrontendFortran/cpow.f90

index 316e722cd341c5a4114183b094abfa99ae051977..d65ba9b4736f7a680c09ab4987efa64070da1644 100644 (file)
@@ -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!
index 870e99bd08660d576f4ca172fb1fbe329974ca7a..ddd05c549496bd08f1b0c98630204b0c6983026b 100644 (file)
@@ -1,4 +1,4 @@
-! RUN: %llvmgcc -c %s
+! RUN: %llvmgcc -S %s
 ! PR2437
 program main
   implicit none
index 19ae3784c2181dc52131fd54c682a73a56ad3cae..25156fd5897156d30aac69f39f3883eb8f66114b 100644 (file)
@@ -1,4 +1,4 @@
-! RUN: %llvmgcc -c %s
+! RUN: %llvmgcc -S %s
 ! PR2443
 
 ! Program to test the power (**) operator