goplus / llgo

A Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python
Apache License 2.0
216 stars 15 forks source link

readme:lld-17 download on linux #337

Closed luoliwoshang closed 2 weeks ago

luoliwoshang commented 2 weeks ago

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

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

luoliwoshang commented 2 weeks ago

Already solved in #338