Mercurial > hg > CbC > CbC_llvm
view lld/test/COFF/noentry.test @ 266:00f31e85ec16 default tip
Added tag current for changeset 31d058e83c98
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 14 Oct 2023 10:13:55 +0900 |
parents | 2e18cbf3894f |
children |
line wrap: on
line source
# 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