Use -S rather than -c for the benefit of dragonegg.

llvm-svn: 120161
This commit is contained in:
Duncan Sands 2010-11-25 21:41:35 +00:00
parent 241d75b40f
commit 162b9e1aa6
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