mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Set the mtriple in some tests so that they use AAPCS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c4a84b4f3
commit
2bbaf4d06e
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mtriple=armv6-elf
|
||||
; RUN: llc < %s -mtriple=arm-linux-gnueabi
|
||||
; PR4528
|
||||
|
||||
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:64"
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mtriple=armv6-elf
|
||||
; RUN: llc < %s -mtriple=arm-linux-gnueabi
|
||||
; PR4528
|
||||
|
||||
define i32 @file_read_actor(i32 %desc, i32 %page, i32 %offset, i32 %size) nounwind optsize {
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm
|
||||
; RUN: llc < %s -mtriple=arm-linux-gnueabi
|
||||
; PR4528
|
||||
|
||||
; Inline asm is allowed to contain operands "=&r", "0".
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm
|
||||
; RUN: llc < %s -mtriple=arm-linux-gnueabi
|
||||
; PR4716
|
||||
|
||||
define void @_start() nounwind naked {
|
||||
|
Loading…
Reference in New Issue
Block a user