summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/regcomp.c
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-06-29 01:03:53 +0000
committerRui Ueyama <ruiu@google.com>2015-06-29 01:03:53 +0000
commit45044f47d3ab557e86e09b7552f4607c42d7bc0a (patch)
treeb765f192947f4f914a1108dcacb979f95d336aae /llvm/lib/Support/regcomp.c
parent0d9ad687c757c40d0029bbfda7c09759c7595a98 (diff)
downloadbcm5719-llvm-45044f47d3ab557e86e09b7552f4607c42d7bc0a.tar.gz
bcm5719-llvm-45044f47d3ab557e86e09b7552f4607c42d7bc0a.zip
COFF: Fix logic to find default entry name or subsystem.
The previous logic to find default entry name or subsystem does not seem correct (i.e. was not compatible with MSVC linker). Previously, default entry name was inferred from CRT functions and user-defined entry functions. Subsystem was inferred from CRT functions. Default entry name and subsystem are now inferred based on the following table. Note that we no longer use CRT functions to infer them. Entry name Subsystem main mainCRTStartup console wmain wmainCRTStartup console WinMain WinMainCRTStartup windows wWinMain wWinMainCRTStartup windows llvm-svn: 240922
Diffstat (limited to 'llvm/lib/Support/regcomp.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud