You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
372 B
17 lines
372 B
7 months ago
|
## If an object contains a symbol with a broken (too large) st_shndx,
|
||
|
## check we report it.
|
||
|
|
||
|
# RUN: yaml2obj %s -o %t1.o
|
||
|
# RUN: not ld.lld %t1.o -o /dev/null 2>&1 | FileCheck %s
|
||
|
# CHECK: {{.*}}1.o: invalid section index: 256
|
||
|
|
||
|
!ELF
|
||
|
FileHeader:
|
||
|
Class: ELFCLASS32
|
||
|
Data: ELFDATA2LSB
|
||
|
Type: ET_REL
|
||
|
Machine: EM_386
|
||
|
Symbols:
|
||
|
- Name: foo
|
||
|
Index: 0x100
|