forked from OSchip/llvm-project
[MinGW] Support for multiarch runtimes layout
Patch by Peiyuan Song! llvm-svn: 345117
This commit is contained in:
parent
c3095ace86
commit
865cb5604c
|
@ -84,6 +84,7 @@ AutoExporter::AutoExporter() {
|
|||
"libsupc++",
|
||||
"libobjc",
|
||||
"libgcj",
|
||||
"libclang_rt.builtins",
|
||||
"libclang_rt.builtins-aarch64",
|
||||
"libclang_rt.builtins-arm",
|
||||
"libclang_rt.builtins-i386",
|
||||
|
|
Loading…
Reference in New Issue