goplus / llgo

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

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

Closed luoliwoshang closed 3 months ago

luoliwoshang commented 3 months ago
root@ef137ede8eb2:~/llgobuild/_demo/concat# llgo run .
clang: error: invalid linker name in argument '-fuse-ld=lld'

lld-17 needs to be installed, and it can run normally

 apt-get install lld-17
luoliwoshang commented 3 months ago

solved in #338