You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
323 B
8 lines
323 B
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
|