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
This commit is contained in:
Duncan Sands 2010-11-25 21:41:35 +00:00
parent 71a39f4b6f
commit cf99abbc4e
3 changed files with 3 additions and 3 deletions

View 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!

View File

@ -1,4 +1,4 @@
! RUN: %llvmgcc -c %s
! RUN: %llvmgcc -S %s
! PR2437
program main
implicit none

View File

@ -1,4 +1,4 @@
! RUN: %llvmgcc -c %s
! RUN: %llvmgcc -S %s
! PR2443
! Program to test the power (**) operator