File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ import TSCBasic
22
22
public typealias BiMap = BidirectionalMap < TypedVirtualPath , DependencySource >
23
23
@_spi ( Testing) public let biMap : BiMap
24
24
25
- /// Create the reverse map to map swiftdeps -> input (source) file from the `OutputFileMap`
26
- ///
27
- /// - Returns: the map, or nil if error
25
+ /// Based on entries in the `OutputFileMap`, create the bidirectional map to map each source file
26
+ /// path to- and from- the corresponding swiftdeps file path.
27
+ ///
28
+ /// - Returns: the map, or nil if error
28
29
init ? ( _ info: IncrementalCompilationState . IncrementalDependencyAndInputSetup ) {
29
30
let outputFileMap = info. outputFileMap
30
31
let diagnosticEngine = info. diagnosticEngine
You can’t perform that action at this time.
0 commit comments