[PATCH] D39167: [LLD] [MinGW] Omit libc++/libc++abi/libunwind from autoexporting

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 22 13:31:06 PDT 2017


mstorsjo created this revision.
Herald added a reviewer: EricWF.

https://reviews.llvm.org/D39167

Files:
  COFF/MinGW.cpp


Index: COFF/MinGW.cpp
===================================================================
--- COFF/MinGW.cpp
+++ COFF/MinGW.cpp
@@ -66,6 +66,9 @@
       "libclang_rt.builtins-arm",
       "libclang_rt.builtins-i386",
       "libclang_rt.builtins-x86_64",
+      "libc++",
+      "libc++abi",
+      "libunwind",
   };
   ExcludeObjects = {
       "crt0.o",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39167.119793.patch
Type: text/x-patch
Size: 357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171022/c10a5d64/attachment.bin>


More information about the llvm-commits mailing list