reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
# RUN: yaml2obj < %p/Inputs/export.yaml > %t.obj
# RUN: lld-link /out:%t.dll /dll %t.obj
# RUN: llvm-readobj --file-headers %t.dll | FileCheck -check-prefix=ENTRY %s
# RUN: lld-link /out:%t.dll /dll /noentry %t.obj
# RUN: llvm-readobj --file-headers %t.dll | FileCheck -check-prefix=NOENTRY %s

ENTRY:   AddressOfEntryPoint: 0x1000
NOENTRY: AddressOfEntryPoint: 0x0