apple / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Apple’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.1k stars 320 forks source link

[rebranch][clang][deps] Collect discovered module dependencies' Link Libraries (#93588) #8873

Closed bnbarham closed 3 weeks ago

bnbarham commented 4 weeks ago

This will allow scanner clients to be able to compute e.g. auto-linking dependencies of the scanned translation unit.

(cherry picked from commit 68eb3b202f30a1c3f2575f44b9d16365258e66b6)

bnbarham commented 4 weeks ago

@swift-ci please test

bnbarham commented 3 weeks ago

Looks like we're probably missing some lldb too :( Ah well, will merge this at least.