You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include the output paths for clang files in the sources property of a BuildDescription (#8332)
We need the mapping from source file to output file in SourceKit-LSP, so
the old approach of returning all output paths in a separate property
does not work. Return them in a single property instead.
This will be used in SourceKit-LSP by
swiftlang/sourcekit-lsp#2038.
// Note: we ignore the `fileURL` here as the expectation is that we get a commandline for the entire target in case of Swift. Plugins are always assumed to only consist of Swift files.
0 commit comments