xref: /aosp_15_r20/external/llvm/test/Object/elf-reloc-no-sym.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerRUN: llvm-readobj -r %p/Inputs/elf-reloc-no-sym.x86_64 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard WorkerCHECK:      Relocations [
4*9880d681SAndroid Build Coastguard WorkerCHECK-NEXT:   Section (1) .rela.plt {
5*9880d681SAndroid Build Coastguard WorkerCHECK-NEXT:     0x4011D8 R_X86_64_IRELATIVE - 0x400120
6*9880d681SAndroid Build Coastguard WorkerCHECK-NEXT:   }
7*9880d681SAndroid Build Coastguard WorkerCHECK-NEXT: ]
8