macho-relocations.test revision ebe69fe11e48d322045d5949c83283927a0d790b
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