mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix the test on linux by setting the triple and the align format
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07706e5506
commit
67b290c7fd
@ -1,9 +1,9 @@
|
||||
; RUN: llc -march=x86 -align-all-blocks=16 < %s | FileCheck %s
|
||||
; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -align-all-blocks=16 < %s | FileCheck %s
|
||||
|
||||
;CHECK: foo
|
||||
;CHECK: .align 16, 0x90
|
||||
;CHECK: .align 16, 0x90
|
||||
;CHECK: .align 16, 0x90
|
||||
;CHECK: .align 65536, 0x90
|
||||
;CHECK: .align 65536, 0x90
|
||||
;CHECK: .align 65536, 0x90
|
||||
;CHECK: ret
|
||||
define i32 @foo(i32 %t, i32 %l) nounwind readnone ssp uwtable {
|
||||
%1 = icmp eq i32 %t, 0
|
||||
|
Loading…
Reference in New Issue
Block a user