mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
71a39f4b6f
commit
cf99abbc4e
@ -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
Block a user