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
[build-toolchain] don't copy swift tools from host build dir to avoid rpath issue
swift-frontend now links libswiftCore placed at relative to the
executable (@executable_path/../lib/swift/macosx), so copying the
executable to the target build dir doesn't work.
This patch changes to use SWIFT_NATIVE_*_TOOLS_PATH via ninja
check-swift task instead of run-test.
0 commit comments