[llvm-branch-commits] [lld] release/20.x: [LLD] [COFF] Add a few more mingw libs to skip autoexports for (#132289) (PR #132478)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Mar 21 15:00:00 PDT 2025


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


More information about the llvm-branch-commits mailing list