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

readme:lld-17 download on linux #337

Closed
wants to merge 1 commit into from

Conversation

luoliwoshang
Copy link
Contributor

@luoliwoshang luoliwoshang commented Jun 17, 2024

Fix #336
brew installs LLVM with its own lld

brew install llvm@17
❯ which ld.lld 
/opt/homebrew/opt/llvm@17/bin/ld.lld

However, apt-get install --no-install-recommends llvm-17-dev does not carry this lld,additional downloads are required, Otherwise, the #336 problem will occur

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.44%. Comparing base (ab7329d) to head (e96f933).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #337   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files          18       18           
  Lines        3802     3802           
=======================================
  Hits         3705     3705           
  Misses         82       82           
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@luoliwoshang
Copy link
Contributor Author

Already solved in #338

@luoliwoshang luoliwoshang reopened this Jun 17, 2024
@luoliwoshang luoliwoshang deleted the readme/debian-lld branch June 18, 2024 14:22
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.

clang: error: invalid linker name in argument '-fuse-ld=lld'r on Linux/Debian
1 participant