Skip to content

Commit f5dca3e

Browse files
author
Clement Cheung
committed
Install all LLVM packages
1 parent 4a92879 commit f5dca3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ check_packages lsb-release wget software-properties-common gnupg
1919
cd /tmp
2020
wget https://apt.llvm.org/llvm.sh
2121
chmod +x llvm.sh
22-
./llvm.sh $VERSION
22+
./llvm.sh $VERSION all
2323
rm llvm.sh
2424

2525
ln -sf /usr/bin/clang-${MAJOR_VERSION} /usr/bin/clang

0 commit comments

Comments
 (0)