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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make LLD work with clang18 #379

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Make LLD work with clang18 #379

merged 1 commit into from
Aug 27, 2024

Conversation

dzbarsky
Copy link
Contributor

Clang has custom code to inject the -platform_version flag when invoking lld. This takes effect when we pass -fuse-ld=lld, which we currently don't do for lld because want to point at the hermetic one. Switch to using --ld-path instead, which is supported since Clang12.

The current structure relies on sanitize_option generating 1 option per input, so I had to add the extra option check in the loop around it.

This is why LLD didn't work for me when we first added this support.

Kudos to @keith for the analysis above :)

I think we should follow-up soon and make LLD the default; that should allow a lot of simplification

@fmeum fmeum merged commit 0344223 into bazel-contrib:master Aug 27, 2024
35 checks passed
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.

3 participants