comparison lld/test/COFF/noentry.test @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children
comparison
equal deleted inserted replaced
173:0572611fdcc8 207:2e18cbf3894f
1 # RUN: yaml2obj < %p/Inputs/export.yaml > %t.obj 1 # RUN: yaml2obj %p/Inputs/export.yaml -o %t.obj
2 # RUN: lld-link /out:%t.dll /dll %t.obj 2 # RUN: lld-link /out:%t.dll /dll %t.obj
3 # RUN: llvm-readobj --file-headers %t.dll | FileCheck -check-prefix=ENTRY %s 3 # RUN: llvm-readobj --file-headers %t.dll | FileCheck -check-prefix=ENTRY %s
4 # RUN: lld-link /out:%t.dll /dll /noentry %t.obj 4 # RUN: lld-link /out:%t.dll /dll /noentry %t.obj
5 # RUN: llvm-readobj --file-headers %t.dll | FileCheck -check-prefix=NOENTRY %s 5 # RUN: llvm-readobj --file-headers %t.dll | FileCheck -check-prefix=NOENTRY %s
6 6