Skip to content

Commit

Permalink
install clang-format, if available
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed May 22, 2024
1 parent e27fa06 commit 63a4373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/install-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ fetch_clang () {
apt-add-repository "deb-src http://apt.llvm.org/${DISTRIB_CODENAME}/ llvm-toolchain-${DISTRIB_CODENAME}-$VERSION main"
apt update
apt install -y clang-$VERSION libc++-$VERSION-dev libc++abi-${VERSION}-dev ${FUZZER}
apt install -y clang-format-$VERSION || true

}


apt install -y clang-${VERSION} ${LIBCXX} ${FUZZER}|| fetch_clang clang-${VERSION}
apt install -y clang-format-${VERSION} || true
for f in /usr/bin/llvm*-${VERSION}
do
ln -s $f `echo $f | sed "s/-${VERSION}//"`
Expand Down

0 comments on commit 63a4373

Please sign in to comment.