You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swift SDKs: fix toolset.linker.path not passed to -ld-path (#6719)
This PR implements support for the `linker.path` field in the Swift SDK toolset spec.
Depends on swiftlang/swift#68495 and swiftlang/swift-driver#1441.
### Motivation:
This field was previously parsed but not respected.
### Modifications:
Add `-ld-path=\(linker.path)` to the toolchain's Swift flags if a linker path override is supplied
### Result:
The linker path is now respected.
0 commit comments