repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git]
/
test
/
MC
/
ARM
/
macho-reloc-thumb-local.s
blob
1bb1c7e5ef3bec16d546fcfc35fff575c1a06a0b
1
@ RUN
:
llvm-mc
-
triple thumbv6m-apple-macho
%
s
-
filetype
=
obj
-
o
%
t
2
@ RUN
:
llvm-objdump
-
macho
-
section
=
__DATA
,
__data
%
t
| FileCheck
%
s
3
4
@ CHECK
:
00000000 00000003
5
.data
6
.align 2
7
.global _foo
8
_foo
:
9
.long _bar
10
.long _baz
11
12
.text
13
.thumb_func _bar
14
.weak_definition _bar
15
_bar
:
16
bx
lr
17
18
.thumb_func _baz
19
.global _baz
20
_baz
:
21
bx
lr