[MinGW] Omit libc++/libc++abi/libunwind from autoexporting

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

llvm-svn: 316318
This commit is contained in:
Martin Storsjo 2017-10-23 09:08:28 +00:00
parent ddb094ad36
commit 32fefef7fc
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ AutoExporter::AutoExporter() {
"libclang_rt.builtins-arm",
"libclang_rt.builtins-i386",
"libclang_rt.builtins-x86_64",
"libc++",
"libc++abi",
"libunwind",
};
ExcludeObjects = {
"crt0.o",