mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +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:
@@ -1,4 +1,4 @@
|
|||||||
! RUN: %llvmgcc -c %s -march=k8
|
! RUN: %llvmgcc -S %s -march=k8
|
||||||
! XTARGET: x86
|
! XTARGET: x86
|
||||||
! Note: this file intentionally left blank, the problem itself is in
|
! Note: this file intentionally left blank, the problem itself is in
|
||||||
! frontend initialization routines and march flag!
|
! frontend initialization routines and march flag!
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
! RUN: %llvmgcc -c %s
|
! RUN: %llvmgcc -S %s
|
||||||
! PR2437
|
! PR2437
|
||||||
program main
|
program main
|
||||||
implicit none
|
implicit none
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
! RUN: %llvmgcc -c %s
|
! RUN: %llvmgcc -S %s
|
||||||
! PR2443
|
! PR2443
|
||||||
|
|
||||||
! Program to test the power (**) operator
|
! Program to test the power (**) operator
|
||||||
|
Reference in New Issue
Block a user