mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Renamed as' =>
llvm-as', dis' =>
llvm-dis'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8544 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
; RUN: as < %s | dis -c > f1.cbe.c
|
||||
; RUN: llvm-as < %s | llvm-dis -c > f1.cbe.c
|
||||
; RUN: gcc -B/usr/bin/ f1.cbe.c -o f1.cbe
|
||||
; RUN: ./f1.cbe
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
; RUN: as < %s | dis -c | grep common | grep X
|
||||
; RUN: llvm-as < %s | llvm-dis -c | grep common | grep X
|
||||
|
||||
%X = linkonce global int 5
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
; RUN: as < %s | lli -force-interpreter=false -disable-local-ra=false
|
||||
; RUN: llvm-as < %s | lli -force-interpreter=false -disable-local-ra=false
|
||||
;-print-machineinstrs
|
||||
|
||||
int %main() {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
; RUN: as < %s | lli -force-interpreter=false -disable-local-ra
|
||||
; RUN: llvm-as < %s | lli -force-interpreter=false -disable-local-ra
|
||||
|
||||
int %main(int %B) {
|
||||
;%B = add int 0, 1
|
||||
|
@@ -3,7 +3,7 @@
|
||||
; it makes a ton of annoying overlapping live ranges. This code should not
|
||||
; cause spills!
|
||||
;
|
||||
; RUN: as < %s | lli -stats 2>&1 | not grep spilled
|
||||
; RUN: llvm-as < %s | lli -stats 2>&1 | not grep spilled
|
||||
|
||||
target endian = little
|
||||
target pointersize = 32
|
||||
|
@@ -1,4 +1,4 @@
|
||||
; RUN: as < %s | llc -march=x86
|
||||
; RUN: llvm-as < %s | llc -march=x86
|
||||
|
||||
implementation
|
||||
|
||||
|
Reference in New Issue
Block a user