Skip to content
Commit 1a11b3b0 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

[PECOFF] Infer subsystem from the entry point function.

If /subsystem option is not specified, the linker needs to infer it from the
entry point function. If "main" or "wmain" is defined, it's a console
application. If "WinMain" or "wWinMain" is defined, it's a GUI application.

llvm-svn: 195592
parent fbd2b448
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment