mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 13:32:09 +00:00
Use -S rather than -c for the benefit of dragonegg.
llvm-svn: 120161
This commit is contained in:
parent
241d75b40f
commit
162b9e1aa6
@ -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…
x
Reference in New Issue
Block a user