You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
@ -1,11 +0,0 @@
|
||||
; RUN: not llc -mtriple=arm64-eabi < %s 2> %t
|
||||
; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
|
||||
|
||||
; Check for at least one invalid constant.
|
||||
; CHECK-ERRORS: error: invalid operand for inline asm constraint 'N'
|
||||
|
||||
define i32 @constraint_N(i32 %i, i32 %j) nounwind {
|
||||
entry:
|
||||
%0 = tail call i32 asm sideeffect "movk $0, $1", "=r,N"(i64 1311761352401879040) nounwind
|
||||
ret i32 %0
|
||||
}
|
Reference in New Issue
Block a user