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,15 +0,0 @@
|
||||
# RUN: llvm-mc < %s -triple armv7-apple-darwin -filetype=obj | llvm-objdump -m -d - | FileCheck %s
|
||||
.thumb
|
||||
.thumb_func _t
|
||||
_t:
|
||||
movw r3, :lower16:(Str-(PCinst+4))
|
||||
movt r3, :upper16:(Str-(PCinst+4))
|
||||
.thumb_func PCinst
|
||||
PCinst:
|
||||
add r3, pc
|
||||
|
||||
.section __TEXT,__cstring,cstring_literals
|
||||
Str:
|
||||
.asciz "Hello world\n"
|
||||
# CHECK: movw r3, :lower16:((Str-PCinst)-4)
|
||||
# CHECK: movt r3, :upper16:((Str-PCinst)-4)
|
Reference in New Issue
Block a user