6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
# RUN: yaml2obj %p/Inputs/nop.obj.yaml > %t.obj
|
|
# RUN: lld -flavor link /out:%t.exe /noentry /dll -- %t.obj
|
|
# RUN: llvm-readobj -file-headers %t.exe | FileCheck %s
|
|
|
|
CHECK: AddressOfEntryPoint: 0x0
|