You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,18 +0,0 @@
|
||||
; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \
|
||||
; RUN: -relocation-model=pic -O3 < %s | FileCheck %s
|
||||
|
||||
@g = external global i32
|
||||
|
||||
; Function Attrs: noreturn nounwind
|
||||
define void @foo() #0 {
|
||||
entry:
|
||||
%0 = load i32, i32* @g, align 4
|
||||
tail call void @exit(i32 signext %0)
|
||||
unreachable
|
||||
}
|
||||
|
||||
; Function Attrs: noreturn
|
||||
declare void @exit(i32 signext)
|
||||
|
||||
; CHECK: move $gp, ${{[0-9]+}}
|
||||
|
Reference in New Issue
Block a user