xref: /aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/macho-relocations.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1RUN: llvm-objdump -macho -r %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s
2
3CHECK: RELOCATION RECORDS FOR [__text]:
4CHECK: 0000000000000027 X86_64_RELOC_BRANCH _printf
5CHECK: 000000000000000b X86_64_RELOC_SIGNED L_.str
6CHECK: RELOCATION RECORDS FOR [__compact_unwind]:
7CHECK: 0000000000000000 X86_64_RELOC_UNSIGNED __text
8