Files
sourcekit-lsp/Sources/BuildSystemIntegration/LegacyBuildServerBuildSystem.swift
Alex Hoppen c9a1a08255 Make output paths part of the buildTarget/sources request instead of a separate request
We need a mapping from source file to its output path in order to support source files that are part of multiple targets (because we need the output path to check if we have an up-to-date unit for a file in a given target). To achieve this mapping, it’s easier to tag the output path for each source file onto the `buildTarget/sources` request.
2025-03-14 15:12:38 -07:00

8.1 KiB