llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lld-coff Author: None (llvmbot) <details> <summary>Changes</summary> Backport af93db9344919085551fac38d6d6a4f774a7220a Requested by: @<!-- -->mstorsjo --- Full diff: https://github.com/llvm/llvm-project/pull/132478.diff 1 Files Affected: - (modified) lld/COFF/MinGW.cpp (+5) ``````````diff diff --git a/lld/COFF/MinGW.cpp b/lld/COFF/MinGW.cpp index 76f5a0a7500b9..097cf228f7d6e 100644 --- a/lld/COFF/MinGW.cpp +++ b/lld/COFF/MinGW.cpp @@ -54,7 +54,12 @@ AutoExporter::AutoExporter( "libFortranDecimal", "libunwind", "libmsvcrt", + "libmsvcrt-os", "libucrtbase", + "libucrt", + "libucrtapp", + "libpthread", + "libwinpthread", }; excludeObjects = { `````````` </details> https://github.com/llvm/llvm-project/pull/132478 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits