gn build: Extract git() and git_out() functions in sync script
[llvm-complete.git] / test / Object / elf-reloc-no-sym.test
blobeabde0cc7348b4dfea54d7b82c33b805739b0ec8
1 RUN: llvm-readobj -r %p/Inputs/elf-reloc-no-sym.x86_64 | FileCheck %s
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: ]