[all-commits] [llvm/llvm-project] d50a4f: [flang][CMake] CYGWIN: Fix undefined references at...
Carlo Bramini via All-commits
all-commits at lists.llvm.org
Sat Jul 26 11:45:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d50a4f6784d5ed6096e5c35e965c68c4767e4757
https://github.com/llvm/llvm-project/commit/d50a4f6784d5ed6096e5c35e965c68c4767e4757
Author: Carlo Bramini <carlo_bramini at users.sourceforge.net>
Date: 2025-07-26 (Sat, 26 Jul 2025)
Changed paths:
M flang/test/CMakeLists.txt
Log Message:
-----------
[flang][CMake] CYGWIN: Fix undefined references at link time. (#67105)
While building the source of flang on CYGWIN, the process suddenly
stopped with lot of "Undefined reference" errors at link time.
According to the statement that a shared library can't have undefined
references on Windows, I applied the same fix to CYGWIN with this patch.
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