blob dd67c8c0 (595B) - Raw
1 # REQUIRES: aarch64 2 3 # RUN: yaml2obj %s -o %t.o 4 # RUN: ld.lld %t.o -o %t.out 5 6 !ELF 7 FileHeader: 8 Class: ELFCLASS64 9 Data: ELFDATA2LSB 10 Type: ET_REL 11 Machine: EM_AARCH64 12 Sections: 13 - Type: SHT_PROGBITS 14 Name: .text 15 Flags: [ SHF_ALLOC, SHF_EXECINSTR ] 16 Content: "00000000" 17 - Type: SHT_RELA 18 Name: .rela.text 19 Link: .symtab 20 Info: .text 21 Relocations: 22 - Offset: 0 23 Symbol: '' 24 Type: R_AARCH64_NONE