llvm-project/lld/test/pecoff/dll.test

8 lines
232 B
Plaintext
Raw Normal View History

# 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)