summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-mingw.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MinGW] Automatically mangle Windows-specific entry points as CMartin Storsjo2018-07-161-0/+19
This mangles entry points wmain, WinMain, wWinMain or DllMain as C functions, to match the ABI for these functions. We already did the same for these functions in MSVC mode, but we also should do the same in the Itanium ABI. This fixes PR38124. Differential Revision: https://reviews.llvm.org/D49354 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337146 91177308-0d34-0410-b5e6-96231b3b80d8