forked from OSchip/llvm-project
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
# 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
|