forked from OSchip/llvm-project
Use -S rather than -c for the benefit of dragonegg.
llvm-svn: 120161
This commit is contained in:
parent
5fe97a0490
commit
e6c974b230
|
@ -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!
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! RUN: %llvmgcc -c %s
|
||||
! RUN: %llvmgcc -S %s
|
||||
! PR2437
|
||||
program main
|
||||
implicit none
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! RUN: %llvmgcc -c %s
|
||||
! RUN: %llvmgcc -S %s
|
||||
! PR2443
|
||||
|
||||
! Program to test the power (**) operator
|
||||
|
|
Loading…
Reference in New Issue