repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-objcopy
/
MachO
/
arm64-relocs.s
blob
269926666eb375f36087dba49474133544baea96
1
# REQUIRES: aarch64-registered-target
2
3
# RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %s -o %t
4
# RUN: llvm-objcopy %t %t.copy
5
# RUN: cmp %t %t.copy
6
7
.text
8
.globl _foo, _bar
9
_foo
:
10
## ARM64_RELOC_ADDEND and ARM64_RELOC_BRANCH26
11
bl
_bar
+
123
12
13
_bar
:
14
ret
15
16
.subsections_via_symbols