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.
15 lines
309 B
15 lines
309 B
4 months ago
|
# RUN: yaml2obj %s -o %t.obj
|
||
|
# RUN: env LLD_IN_TEST=1 not lld-link %t.obj 2>&1 | FileCheck %s
|
||
|
|
||
|
# CHECK: getSectionName failed: #1:
|
||
|
|
||
|
--- !COFF
|
||
|
header:
|
||
|
Machine: IMAGE_FILE_MACHINE_AMD64
|
||
|
Characteristics: []
|
||
|
sections:
|
||
|
- Name: '/1'
|
||
|
Characteristics: []
|
||
|
SectionData: 00
|
||
|
symbols:
|