[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / ExecutionEngine / RuntimeDyld / X86 / ELF_x86-64_none.yaml
blobed4b243fae1311ff00f2fdb0a5a82b5af5f28ffe
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   Global:
26     - Name: _main
27       Section: .text
28       Value: 0
29       Size: 4