forked from OSchip/llvm-project
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
|
# RUN: yaml2obj %p/Inputs/nop.obj.yaml > %t.obj
|
||
|
#
|
||
|
# RUN: lld -flavor link /out:%t.exe /subsystem:console \
|
||
|
# RUN: /entry:start /dll -- %t.obj
|
||
|
# RUN: llvm-readobj -file-headers %t.exe | FileCheck %s
|
||
|
|
||
|
CHECK: IMAGE_FILE_DLL (0x2000)
|