mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-04 09:05:38 +00:00
8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
RUN: llvm-readobj -r %p/Inputs/elf-reloc-no-sym.x86_64 | FileCheck %s
|
|
|
|
CHECK: Relocations [
|
|
CHECK-NEXT: Section (1) .rela.plt {
|
|
CHECK-NEXT: 0x4011D8 R_X86_64_IRELATIVE - 0x400120
|
|
CHECK-NEXT: }
|
|
CHECK-NEXT: ]
|