mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Correct some bogus target triples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a7063e7ee
commit
7d2568ca3c
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mtriple=arm-linuxeabi-unknown-gnu -mattr=+v6
|
||||
; RUN: llc < %s -mtriple=arm-unknown-linux-gnueabi -mattr=+v6
|
||||
; PR4166
|
||||
|
||||
%"byte[]" = type { i32, i8* }
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s | grep "subq.*\\\$40, \\\%rsp"
|
||||
target triple = "x86_64-mingw64"
|
||||
target triple = "x86_64-pc-mingw64"
|
||||
|
||||
define x86_fp80 @a(i64 %x) nounwind readnone {
|
||||
entry:
|
||||
|
@ -2,7 +2,7 @@
|
||||
; RUN: grep "subq.*\\\$72, \\\%rsp" %t1
|
||||
; RUN: grep "movaps \\\%xmm8, 32\\\(\\\%rsp\\\)" %t1
|
||||
; RUN: grep "movaps \\\%xmm7, 48\\\(\\\%rsp\\\)" %t1
|
||||
target triple = "x86_64-mingw64"
|
||||
target triple = "x86_64-pc-mingw64"
|
||||
|
||||
define i32 @a() nounwind {
|
||||
entry:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-mingw64 | grep movabsq
|
||||
; RUN: llc < %s -mtriple=x86_64-pc-mingw64 | grep movabsq
|
||||
|
||||
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -mtriple=i386-darwin-apple -relocation-model=static | grep {call.*12345678}
|
||||
; RUN: llc < %s -mtriple=i386-darwin-apple -relocation-model=pic | not grep {call.*12345678}
|
||||
; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=static | grep {call.*12345678}
|
||||
; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | not grep {call.*12345678}
|
||||
; RUN: llc < %s -mtriple=i386-pc-linux -relocation-model=dynamic-no-pic | grep {call.*12345678}
|
||||
|
||||
; Call to immediate is not safe on x86-64 unless we *know* that the
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps
|
||||
; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=linux | grep movups
|
||||
; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-linux-gnu | grep movups
|
||||
|
||||
define <4 x float> @foo(float %a, float %b, float %c, float %d) nounwind {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user