[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / yaml2obj / symboless-relocation.yaml
blob680e03e5c146af68e59ee5f1e75286f20685ccc4
1 # Just make sure this isn't an error even though it has no Symbol
2 # RUN: yaml2obj %s
4 !ELF
5 FileHeader:
6   Class:           ELFCLASS64
7   Data:            ELFDATA2LSB
8   Type:            ET_EXEC
9   Machine:         EM_X86_64
10 Sections:
11   - Name:            .text
12     Type:            SHT_PROGBITS
13     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
14     Content:         "00000000"
15   - Name:            .rel.text
16     Type:            SHT_REL
17     Info:            .text
18     Relocations:
19       - Offset: 0x1000
20         Type:   R_X86_64_RELATIVE