You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
@ -1,15 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=arm-linux-gnueabi -O0 | FileCheck %s
|
||||
; run with -O0 to avoid arm global merging.
|
||||
|
||||
@c = internal global i8 0, align 1
|
||||
@x = internal global i32 0, align 4
|
||||
|
||||
; .lcomm doesn't support alignment, so we always use .local/.comm.
|
||||
; CHECK: .local c
|
||||
; CHECK-NEXT: .comm c,1,1
|
||||
; CHECK: .local x
|
||||
; CHECK-NEXT: .comm x,4,4
|
||||
|
||||
define i32 @foo() nounwind {
|
||||
ret i32 sub (i32 ptrtoint (i8* @c to i32), i32 ptrtoint (i32* @x to i32))
|
||||
}
|
Reference in New Issue
Block a user