diff options
author | Evan Wilde <etceterawilde@gmail.com> | 2024-01-19 23:44:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-24 19:43:21 (GMT) |
commit | 4f49f7fc0bcfd22fd1870334694afd022dbebfd4 (patch) | |
tree | 41c3cf4eafe82651edd83e5ee12047d755f389bc /Tests/SwiftMix | |
parent | 2dec0c03086e4bb872683d1f2e8d45f6c780e6af (diff) | |
download | CMake-4f49f7fc0bcfd22fd1870334694afd022dbebfd4.zip CMake-4f49f7fc0bcfd22fd1870334694afd022dbebfd4.tar.gz CMake-4f49f7fc0bcfd22fd1870334694afd022dbebfd4.tar.bz2 |
Tests: Fix SwiftOnly test on Windows
Add public symbols to SubA and SubB. The test was broken due to a
broken build graph. The build graph expects libraries to emit the
`.lib` file. `link.exe` only emits the implib if the library exports at
least one symbol. Because these two libraries were empty, nothing was
generated.
Fixing by adding a public symbol to both libraries.
Issue: #25573
Diffstat (limited to 'Tests/SwiftMix')
0 files changed, 0 insertions, 0 deletions