1# RUN: yaml2obj %s -o %t.o 2# RUN: llvm-rtdyld -triple=arm64-none-linux-gnu %t.o -printline 3 4## Verify rtdyld doesn't abort in presence of R_AARCH64_NONE. 5 6!ELF 7FileHeader: 8 Class: ELFCLASS64 9 Data: ELFDATA2LSB 10 OSABI: ELFOSABI_FREEBSD 11 Type: ET_REL 12 Machine: EM_AARCH64 13Sections: 14 - Name: .text 15 Type: SHT_PROGBITS 16 Flags: [ SHF_ALLOC ] 17 - Name: .rela.text 18 Type: SHT_RELA 19 Link: .symtab 20 Info: .text 21 Relocations: 22 - Offset: 0x0000000000000000 23 Type: R_AARCH64_NONE 24Symbols: 25