Files
CMake/Modules/Platform
Brad King 8b710d8264 Linker: Generate per-language module -DEF: flags on Windows
With IntelLLVM on Windows, we link using the compiler driver.
With MSVC on Windows, we invoke the linker directly.  If we
use both in a single build tree, for separate languages,
the value of `CMAKE_LINK_DEF_FILE_FLAG` conflicts.  Add a
per-language `CMAKE_<LANG>_LINK_DEF_FILE_FLAG` variable to
avoid the conflict.  Preserve the language-agnostic variable
for compatibility with projects that reference it.

Fixes: #26005
2025-05-28 13:48:26 -04:00
..
2022-04-04 17:05:09 +01:00
2024-12-12 09:19:36 -05:00
2024-12-12 09:19:36 -05:00
2024-12-11 20:18:56 +01:00
2025-01-28 13:51:46 -05:00
2024-07-16 12:28:19 -04:00