Skip to content

Commit

Permalink
chore: update script to install llvm-19
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Oct 10, 2024
1 parent 317f13b commit 307ca16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ function setup_llvm_deps() {
;;
Linux)
$SUDO bash -c 'curl https://apt.llvm.org/llvm.sh -Lo llvm.sh
bash ./llvm.sh 18 all
bash ./llvm.sh 19 all
apt update && apt install -y \
libgmp3-dev \
libmlir-18-dev \
libpolly-18-dev \
libmlir-19-dev \
libpolly-19-dev \
libzstd-dev \
mlir-18-tools
mlir-19-tools
'
;;
*)
Expand Down

0 comments on commit 307ca16

Please sign in to comment.