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,11 +0,0 @@
|
||||
; RUN: not llc -march=mipsel -mcpu=mips32r2 -mattr=+soft-float \
|
||||
; RUN: -O0 -fast-isel-abort=3 -relocation-model=pic < %s
|
||||
|
||||
; Test that FastISel aborts instead of trying to lower arguments for soft-float.
|
||||
|
||||
define void @__signbit(double %__x) {
|
||||
entry:
|
||||
%__x.addr = alloca double, align 8
|
||||
store double %__x, double* %__x.addr, align 8
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user