[PECOFF] Change the DLL entry symbol.
authorRui Ueyama <ruiu@google.com>
Fri, 27 Dec 2013 07:14:34 +0000 (07:14 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 27 Dec 2013 07:14:34 +0000 (07:14 +0000)
commite6ed0f255f0e5a7ace2ad5501e7ddf924f03a550
treed4926881ab2c877a5bd5523e744a2e3437557cc8
parentd0cce867aeb714015528ffee46cc42457c207dc0
[PECOFF] Change the DLL entry symbol.

I'm not 100% sure but it looks like DLL entry symbol (DLL initializer function
name) should be _DllMainCRTStartup@12. The reason why I'm not very sure is
because I have no idea what "@12" suffix is, but without it the symbol won't
be resolved...

llvm-svn: 198072
lld/lib/Driver/WinLinkDriver.cpp