forked from OSchip/llvm-project
8 lines
323 B
Plaintext
8 lines
323 B
Plaintext
RUN: llvm-objdump -macho -r %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s
|
|
|
|
CHECK: RELOCATION RECORDS FOR [__text]:
|
|
CHECK: 0000000000000027 X86_64_RELOC_BRANCH _printf
|
|
CHECK: 000000000000000b X86_64_RELOC_SIGNED L_.str
|
|
CHECK: RELOCATION RECORDS FOR [__compact_unwind]:
|
|
CHECK: 0000000000000000 X86_64_RELOC_UNSIGNED __text
|