2020-01-16 16:38:04 +00:00
|
|
|
# RUN: yaml2obj %s > %t.obj
|
|
|
|
# RUN: not lld-link %t.obj 2>&1 | FileCheck %s
|
2019-04-12 14:10:50 +00:00
|
|
|
|
2020-01-16 16:38:04 +00:00
|
|
|
# CHECK: getSectionName failed: #1:
|
2019-04-12 14:10:50 +00:00
|
|
|
|
|
|
|
--- !COFF
|
|
|
|
header:
|
|
|
|
Machine: IMAGE_FILE_MACHINE_AMD64
|
|
|
|
Characteristics: []
|
|
|
|
sections:
|
2020-01-16 16:38:04 +00:00
|
|
|
- Name: '/1'
|
2019-04-12 14:10:50 +00:00
|
|
|
Characteristics: []
|
|
|
|
SectionData: 00
|
|
|
|
symbols:
|