[PATCH] D39684: [LLD] [MinGW] Don't autoexport anything from libmsvcrt or libucrtbase

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 12:33:48 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317505: [MinGW] Don't autoexport anything from libmsvcrt or libucrtbase (authored by mstorsjo).

Changed prior to commit:
  https://reviews.llvm.org/D39684?vs=121729&id=121765#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39684

Files:
  lld/trunk/COFF/MinGW.cpp


Index: lld/trunk/COFF/MinGW.cpp
===================================================================
--- lld/trunk/COFF/MinGW.cpp
+++ lld/trunk/COFF/MinGW.cpp
@@ -69,6 +69,8 @@
       "libc++",
       "libc++abi",
       "libunwind",
+      "libmsvcrt",
+      "libucrtbase",
   };
   ExcludeObjects = {
       "crt0.o",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39684.121765.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171106/62c5c988/attachment.bin>


More information about the llvm-commits mailing list