setup-ubuntu.sh: Bump Clang/LLVM to 13

This commit is contained in:
Tee KOBAYASHI 2022-11-08 18:18:35 +09:00 committed by xtkoba
parent 4ec928145e
commit fac4907566
1 changed files with 3 additions and 9 deletions

View File

@ -135,9 +135,9 @@ PACKAGES+=" composer"
# Needed by package rust.
PACKAGES+=" libssl-dev" # Needed to build Rust
PACKAGES+=" llvm-12-dev"
PACKAGES+=" llvm-12-tools"
PACKAGES+=" clang-12"
PACKAGES+=" llvm-13-dev"
PACKAGES+=" llvm-13-tools"
PACKAGES+=" clang-13"
# Needed for package smalltalk.
PACKAGES+=" libsigsegv-dev"
@ -190,8 +190,6 @@ PACKAGES+=" libjansson-dev"
PACKAGES+=" libparse-yapp-perl"
PACKAGES+=" libreadline-dev"
PACKAGES+=" libunistring-dev"
PACKAGES+=" llvm-12-dev"
PACKAGES+=" llvm-12-tools"
# Needed by packages in X11 repository.
PACKAGES+=" alex"
@ -247,10 +245,6 @@ PACKAGES+=" gcc-arm-none-eabi"
# Needed by pypy
PACKAGES+=" qemu-user-static"
# For opt, llvm-link, llc not shipped by NDK.
# Required by picolisp (and maybe a few others in future)
PACKAGES+=" llvm-12"
# Required by cava
PACKAGES+=" xxd"