You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
365 B
9 lines
365 B
# RUN: yaml2obj %p/Inputs/export.yaml -o %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
|