swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.37k stars 10.34k forks source link

[Macro] Precise macro plugin dependency during scanning #76732

Open cachemeifyoucan opened 2 days ago

cachemeifyoucan commented 2 days ago

Teach dependency scanner to track precise dependencies for macro plugin:

This also means if a macro plugin search path is not used, it will not cause an additional module variants due to the search path difference.

rdar://136682810

cachemeifyoucan commented 2 days ago

@swift-ci please smoke test

cachemeifyoucan commented 1 day ago

Please test with following PR: https://github.com/swiftlang/llvm-project/pull/9345

@swift-ci please smoke test

cachemeifyoucan commented 1 day ago

Please test with following PR: https://github.com/swiftlang/llvm-project/pull/9345

@swift-ci please smoke test