[MinGW] Don't autoexport anything from libmsvcrt or libucrtbase
authorMartin Storsjo <martin@martin.st>
Mon, 6 Nov 2017 20:33:13 +0000 (20:33 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 6 Nov 2017 20:33:13 +0000 (20:33 +0000)
commit6bde1667bac6d474c70cdcf3f2388d32726f76b7
treed22d530fee3839e5270732e5757888ab111348cb
parentb438ea3f1c3a6668d93ee35658cf006d544cf8d4
[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
lld/COFF/MinGW.cpp