[PATCH] D39167: [LLD] [MinGW] Omit libc++/libc++abi/libunwind from autoexporting
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 02:09:03 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL316318: [MinGW] Omit libc++/libc++abi/libunwind from autoexporting (authored by mstorsjo).
Changed prior to commit:
https://reviews.llvm.org/D39167?vs=119793&id=119821#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39167
Files:
lld/trunk/COFF/MinGW.cpp
Index: lld/trunk/COFF/MinGW.cpp
===================================================================
--- lld/trunk/COFF/MinGW.cpp
+++ lld/trunk/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.119821.patch
Type: text/x-patch
Size: 387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171023/c05b16ea/attachment.bin>
More information about the llvm-commits
mailing list