summaryrefslogtreecommitdiffstats
path: root/Tests/SwiftOnly/SubB
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix SwiftOnly test on WindowsEvan Wilde2024-01-241-0/+2
| | | | | | | | | | | | 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
* Xcode: Implement Swift include directoriesBrad King2022-11-022-0/+3
Populate Xcode's `SWIFT_INCLUDE_PATHS` build setting with the target-wide include directories. Issue: #24116