forked from OSchip/llvm-project
[MinGW] Omit libc++/libc++abi/libunwind from autoexporting
Differential Revision: https://reviews.llvm.org/D39167 llvm-svn: 316318
This commit is contained in:
parent
ddb094ad36
commit
32fefef7fc
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue