Files
clang-p2996/lld/test/pecoff/entry.test
Joey Gouly 72c5d3d7c1 REQUIRES: debug doesn't actually do anything!
Makes the tests pass (rather, not run) on release builds.

llvm-svn: 197838
2013-12-20 22:01:26 +00:00

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