]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/Object/elf-reloc-no-sym.test
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / Object / elf-reloc-no-sym.test
1 RUN: llvm-readobj -r %p/Inputs/elf-reloc-no-sym.x86_64 | FileCheck %s
2
3 CHECK: Relocations [
4 CHECK-NEXT: Section (1) .rela.plt {
5 CHECK-NEXT: 0x4011D8 R_X86_64_IRELATIVE - 0x400120
6 CHECK-NEXT: }
7 CHECK-NEXT: ]