We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7905d commit 578e99aCopy full SHA for 578e99a
install.sh
@@ -4,3 +4,7 @@ set -e
4
apt update && apt install lsb-release wget software-properties-common gnupg -y -qq
5
6
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
7
+
8
+ln -s /usr/bin/clang-17 /usr/bin/clang
9
+ln -s /usr/bin/clang++-17 /usr/bin/clang++
10
+ln -s /usr/bin/lld-17 /usr/bin/lld
0 commit comments