[all-commits] [llvm/llvm-project] af93db: [LLD] [COFF] Add a few more mingw libs to skip aut...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Mar 21 06:33:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af93db9344919085551fac38d6d6a4f774a7220a
https://github.com/llvm/llvm-project/commit/af93db9344919085551fac38d6d6a4f774a7220a
Author: Martin Storsjö <martin at martin.st>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M lld/COFF/MinGW.cpp
Log Message:
-----------
[LLD] [COFF] Add a few more mingw libs to skip autoexports for (#132289)
"libmsvcrt-os" was added to the list of excluded libs in binutils in
9d9c67b06c1bf4c4550e3de0eb575c2bfbe96df9 in 2017.
"libucrt" was added in c4a8df19ba0a82aa8dea88d9f72ed9e63cb1fa84 in 2022.
"libucrtapp" isn't in the binutils exclusion list yet, but a patch for
adding it has been submitted. Since
0d403d5dd13ce22c07418058f3b640708992890c in mingw-w64 (in 2020), there's
such a third variant of the UCRT import library available.
Since 18df3e8323dcf9fdfec56b5f12c04a9c723a0931 in 2025, "libpthread" and
"libwinpthread" are also excluded.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list