Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / ExecutionEngine / RuntimeDyld / X86 / ELF_x86-64_none.yaml
blob09e14c832a209e163975d866b5f9bb2b8d069910
1 # RUN: yaml2obj %s -o %t.o
2 # RUN: llvm-rtdyld -triple=x86_64-pc-linux %t.o -printline
4 # Verify rtdyld doesn't abort in presence of R_X86_64_NONE
6 !ELF
7 FileHeader:
8   Class:           ELFCLASS64
9   Data:            ELFDATA2LSB
10   OSABI:           ELFOSABI_FREEBSD
11   Type:            ET_REL
12   Machine:         EM_X86_64
13 Sections:
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_X86_64_NONE
24 Symbols:
25   - Name: _main
26     Section: .text
27     Binding: STB_GLOBAL
28     Value: 0
29     Size: 4