[MinGW] Don't autoexport anything from libmsvcrt or libucrtbase

These libraries contain a number of object files with compat wrappers,
in addition to the normal import library entries.

Differential Revision: https://reviews.llvm.org/D39684

llvm-svn: 317505
This commit is contained in:
Martin Storsjo 2017-11-06 20:33:13 +00:00
parent b438ea3f1c
commit 6bde1667ba
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ AutoExporter::AutoExporter() {
"libc++",
"libc++abi",
"libunwind",
"libmsvcrt",
"libucrtbase",
};
ExcludeObjects = {
"crt0.o",