-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Change a few functions related to runtime library paths to use the correct architecture specific paths #15560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@compnerd please test |
@swift-ci please test and merge |
Build failed |
@lanza seems like something here is the cause: https://ci.swift.org/job/swift-PR-Linux/3968/consoleFull#5841992143122a513-f36a-4c87-8ed7-cbc36a1ec144
|
@compnerd Done. |
@swift-ci please test |
Build failed |
…rrect architecture specific path Adjust the runtimeLibPath for the GenerixUnix toolchain to use the architecture specific path. Modify the `runtimeLibraryPath` in CompilerInvocation.cpp to use the architecture specific version for non-Darwin platforms. Modify a few tests to agree with these changes.
Hmm this failed due to a typo in swiftpm that has since been fixed. |
@swift-ci please test linux platform |
Build failed |
Adjust the runtimeLibPath for the GenerixUnix toolchain to use the
architecture specific path.
Modify the
runtimeLibraryPath
in CompilerInvocation.cpp to use thearchitecture specific version for non-Darwin platforms.
Modify a few tests to agree with these changes.