Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃崚[next] Set Swift clang-linker path #8759

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

etcwilde
Copy link
Member

The swift driver is picking up the system clang instead of using the clang set in CC. The system clang is attempting to use bfd to link Swift, which doesn't work due to Swift's protected symbol usage.

(cherry picked from commit 1f6bd5557207f61d5da4c66b657c12468fa4e9aa)

The swift driver is picking up the system clang instead of using the
clang set in `CC`. The system clang is attempting to use bfd to link
Swift, which doesn't work due to Swift's protected symbol usage.
Set the swift-driver tool directory based on the location of the clang
in use to ensure that we're picking up a consistent set of tools across
all of the tests.

(cherry picked from commit 2c8a5e6)
@etcwilde etcwilde force-pushed the ewilde/next-set-swift-clang-linker branch from 6888732 to 5416cb4 Compare May 20, 2024 17:42
@etcwilde
Copy link
Member Author

@swift-ci please test

1 similar comment
@etcwilde
Copy link
Member Author

etcwilde commented Jun 7, 2024

@swift-ci please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant