diff options
author | Martin Storsjo <martin@martin.st> | 2018-10-24 07:42:10 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2018-10-24 07:42:10 +0000 |
commit | 865cb5604c70ad1d674260ba96e6776c9a9df3a5 (patch) | |
tree | 05ebc563a81ee9694f241b492e44b9f10a11afe5 | |
parent | c3095ace86e4b5a5833241cc10ef04390b1a2dd8 (diff) | |
download | bcm5719-llvm-865cb5604c70ad1d674260ba96e6776c9a9df3a5.tar.gz bcm5719-llvm-865cb5604c70ad1d674260ba96e6776c9a9df3a5.zip |
[MinGW] Support for multiarch runtimes layout
Patch by Peiyuan Song!
llvm-svn: 345117
-rw-r--r-- | lld/COFF/MinGW.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/COFF/MinGW.cpp b/lld/COFF/MinGW.cpp index 505a134c4b0..b2c8c4eadca 100644 --- a/lld/COFF/MinGW.cpp +++ b/lld/COFF/MinGW.cpp @@ -84,6 +84,7 @@ AutoExporter::AutoExporter() { "libsupc++", "libobjc", "libgcj", + "libclang_rt.builtins", "libclang_rt.builtins-aarch64", "libclang_rt.builtins-arm", "libclang_rt.builtins-i386", |