[all-commits] [llvm/llvm-project] 89aef7: [LLD][Cygwin] Add libcygwin and libmsys-2.0 to exc...
Tomohiro Kashiwada via All-commits
all-commits at lists.llvm.org
Sun Jun 8 10:06:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89aef7e0608d927eb7613834d817b723feef4f83
https://github.com/llvm/llvm-project/commit/89aef7e0608d927eb7613834d817b723feef4f83
Author: Tomohiro Kashiwada <kikairoya at gmail.com>
Date: 2025-06-08 (Sun, 08 Jun 2025)
Changed paths:
M lld/COFF/MinGW.cpp
Log Message:
-----------
[LLD][Cygwin] Add libcygwin and libmsys-2.0 to exclude-from-auto-export library list (#143118)
Linking for Cygwin target always needs -lcygwin (and, -lmsys-2.0
instead for MSYS2 target) but should not auto-export from
them, same as -lmingw32 for MinGW target.
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