summaryrefslogtreecommitdiffstats
path: root/Tests/SwiftMixPCH
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Fix PCH support with Swift & C++Mikko Lehtonen2024-01-304-0/+29
Previously, when a mixed language target ends up with `Swift` as the `LINKER_LANGUAGE`, the PCH file was not set for the target at all. Fixes: #21224