mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-23 08:18:37 -05:00
f292e28b84
Executables that don't export a public API should not emit a swiftmodule, but the swift modulename is observable from within the program, so we should still set the module name on executable builds. Fixes: #25710
6 lines
258 B
Plaintext
6 lines
258 B
Plaintext
.*swiftc(.exe)? .* -parse-as-library -static -emit-module .* -module-name StaticLibrary [^
|
|
]*
|
|
.*swiftc(.exe)? .* -parse-as-library -emit-module .* -module-name DynamicLibrary [^
|
|
]*
|
|
.*swiftc(.exe)? .* -j [0-9]* -num-threads [0-9]* -c -module-name Executable
|