brintos

brintos / llvm-project-archived public Read only

0
0
Text · 365 B · 395549b Raw
9 lines · plain
1# RUN: yaml2obj %p/Inputs/export.yaml -o %t.obj2# RUN: lld-link /out:%t.dll /dll %t.obj3# RUN: llvm-readobj --file-headers %t.dll | FileCheck -check-prefix=ENTRY %s4# RUN: lld-link /out:%t.dll /dll /noentry %t.obj5# RUN: llvm-readobj --file-headers %t.dll | FileCheck -check-prefix=NOENTRY %s6 7ENTRY:   AddressOfEntryPoint: 0x10008NOENTRY: AddressOfEntryPoint: 0x09