forked from OSchip/llvm-project
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
|
# RUN: yaml2obj %s > %t.obj
|
||
|
# RUN: not lld-link %t.obj 2>&1 | FileCheck %s
|
||
|
|
||
|
# CHECK: getSectionName failed: #1:
|
||
|
|
||
|
---
|
||
|
header:
|
||
|
Machine: IMAGE_FILE_MACHINE_AMD64
|
||
|
Characteristics: []
|
||
|
sections:
|
||
|
- Name: '/1'
|
||
|
Characteristics: []
|
||
|
SectionData: 00
|
||
|
symbols:
|