swiftlang / swift-driver

Swift compiler driver reimplementation in Swift
Apache License 2.0
795 stars 192 forks source link

[Explicit Module Builds] Simplify `-explain-module-dependency` behavior and introduce `-explain-module-dependency-detailed` #1676

Closed artemcm closed 2 months ago

artemcm commented 2 months ago

The former will now simply print the first discovered path to the specified dependency module. While the latter will preserve prior behavior of finding all possible paths to the specified module.

artemcm commented 2 months ago

@swift-ci test

artemcm commented 2 months ago

@swift-ci test

artemcm commented 2 months ago

@swift-ci test Windows platform