llvm-project/lld/test/COFF
Rui Ueyama 5cff68599d COFF: Infer entry symbol name if /entry is not given.
`main` is not the only main function in Windows. You can choose one
from these four -- {w,}{WinMain,main}. There are four different entry
point functions for them, {w,}{WinMain,main}CRTStartup, respectively.
The linker needs to choose the right one depending on which `main`
function is defined.

llvm-svn: 238667
2015-05-31 03:34:08 +00:00
..
Inputs COFF: Move machine type auto-detection to SymbolTable. 2015-05-29 21:47:36 +00:00
base.test COFF: Add /base option. 2015-05-29 16:18:15 +00:00
driver.test
entry-inference.test COFF: Infer entry symbol name if /entry is not given. 2015-05-31 03:34:08 +00:00
heap.test COFF: Add /heap option. 2015-05-29 16:23:40 +00:00
help.test COFF: Add /help option. 2015-05-29 16:11:52 +00:00
imports.test
long-section-name.test COFF: Support long section name. 2015-05-30 19:09:50 +00:00
machine.test COFF: Move machine type auto-detection to SymbolTable. 2015-05-29 21:47:36 +00:00
stack.test Add /stack option. 2015-05-29 16:21:11 +00:00
subsystem.test COFF: Add /subsystem option. 2015-05-29 16:34:31 +00:00
version.test COFF: Add /version option. 2015-05-29 16:28:29 +00:00