Mercurial > hg > CbC > CbC_llvm
view lld/test/COFF/noentry.test @ 192:d7606dcf6fce
Added tag llvm10 for changeset 0572611fdcc8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2020 18:01:34 +0900 |
parents | 1d019706d866 |
children | 2e18cbf3894f |
line wrap: on
line source
# 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