blob: 5e98676522271d3f65e8e368434e46f141670f15 [file] [log] [blame]
# RUN: yaml2obj %s -o %t.o
# RUN: ld.lld %t.o -o /dev/null
# Test that we can handle R_386_NONE.
!ELF
FileHeader:
Class: ELFCLASS32
Data: ELFDATA2LSB
Type: ET_REL
Machine: EM_386
Sections:
- Name: .text
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC ]
- Name: .rel.text
Type: SHT_RELA
Link: .symtab
Info: .text
Relocations:
- Offset: 0x0000000000000000
Type: R_386_NONE