[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-objcopy / MachO / arm64-relocs.s
blob269926666eb375f36087dba49474133544baea96
1 # REQUIRES: aarch64-registered-target
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
7 .text
8 .globl _foo, _bar
9 _foo:
10 ## ARM64_RELOC_ADDEND and ARM64_RELOC_BRANCH26
11 bl _bar + 123
13 _bar:
14 ret
16 .subsections_via_symbols