| commit | 4f49f7fc0bcfd22fd1870334694afd022dbebfd4 | [log] [tgz] |
|---|---|---|
| author | Evan Wilde <etceterawilde@gmail.com> | Fri Jan 19 15:44:43 2024 -0800 |
| committer | Brad King <brad.king@kitware.com> | Wed Jan 24 14:43:21 2024 -0500 |
| tree | 41c3cf4eafe82651edd83e5ee12047d755f389bc | |
| parent | 2dec0c03086e4bb872683d1f2e8d45f6c780e6af [diff] |
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