mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
b47e0320d9
Swift host libraries should depend on LLVM libraries as part of the `LLVM_LINK_COMPONENTS` argument so the dependency graph can be properly set up. This is a problem when building LLVM as a DLL on Windows as Swift targets should depend on the LLVM DLL. Bug: #85241