blob: c3af25c65e34d403d571459160e09c97d957b84e (
plain)
1
2
3
4
5
6
7
8
9
|
# REQUIRES: asserts
# Verify that entry atom will not be dead-stripped.
# RUN: yaml2obj %p/Inputs/main.obj.yaml > %t.obj
# RUN: lld -flavor link /mllvm:-debug-only=WriterPECOFF /out:%t1.exe \
# RUN: /subsystem:console /entry:main /force -- %t.obj >& %t1.log
# RUN: FileCheck -check-prefix=CHECK %s < %t1.log
CHECK: : _main
|