[SandboxIR][Doc] Add Quick start notes (#123992)
[llvm-project.git] / lld / test / ELF / invalid / mips-invalid-options-descriptor.test
blob2e37729f3455147e955efeb14ccf0f85c68a4074
1 # RUN: yaml2obj %s -o %t1.o
2 # RUN: not ld.lld %t1.o -o /dev/null 2>&1 | FileCheck %s
3 # CHECK: error: {{.*}}1.o: zero option descriptor size
5 ## YAML has a description of ODK_NULL (Undefined) MIPS option,
6 ## with a size of zero. We do not allow options with a zero size.
7 ## Check we report it.
9 --- !ELF
10 FileHeader:
11   Class:           ELFCLASS64
12   Data:            ELFDATA2MSB
13   Type:            ET_REL
14   Machine:         EM_MIPS
15   Flags:           [ EF_MIPS_CPIC, EF_MIPS_ARCH_64 ]
16 Sections:
17   - Name:          .MIPS.options
18     Type:          SHT_MIPS_OPTIONS
19     Flags:         [ SHF_ALLOC, SHF_MIPS_NOSTRIP ]
20     AddressAlign:  0x0000000000000008
21     Content:       '0000000000000000'