mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
c97fb73e2f
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226612 91177308-0d34-0410-b5e6-96231b3b80d8
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
|