brintos

brintos / llvm-project-archived public Read only

0
0
Text · 292 B · 2699266 Raw
17 lines · plain
1# REQUIRES: aarch64-registered-target2 3# RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %s -o %t4# RUN: llvm-objcopy %t %t.copy5# RUN: cmp %t %t.copy6 7.text8.globl _foo, _bar9_foo:10  ## ARM64_RELOC_ADDEND and ARM64_RELOC_BRANCH2611  bl _bar + 12312 13_bar:14  ret15 16.subsections_via_symbols17