brintos

brintos / llvm-project-archived public Read only

0
0
Text · 659 B · 59ff7b6 Raw
25 lines · yaml
1# RUN: yaml2obj %s -o %t.o2# RUN: llvm-rtdyld -triple=arm64-none-linux-gnu %t.o -printline3 4## Verify rtdyld doesn't abort in presence of R_AARCH64_NONE.5 6!ELF7FileHeader:8  Class:           ELFCLASS649  Data:            ELFDATA2LSB10  OSABI:           ELFOSABI_FREEBSD11  Type:            ET_REL12  Machine:         EM_AARCH6413Sections:14  - Name:            .text15    Type:            SHT_PROGBITS16    Flags:           [ SHF_ALLOC ]17  - Name:            .rela.text18    Type:            SHT_RELA19    Link:            .symtab20    Info:            .text21    Relocations:22      - Offset:          0x000000000000000023        Type:            R_AARCH64_NONE24Symbols:25