Skip to content

Commit

Permalink
fix: move lld installation (#1568)
Browse files Browse the repository at this point in the history
It is essential for our linux env, otherwise linking won't work.

Co-Authored-By: Gilad Chase <[email protected]>
  • Loading branch information
giladchase and Gilad Chase authored Oct 27, 2024
1 parent 96e7732 commit 0ae5753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ function install_essential_deps_linux() {
ripgrep \
software-properties-common \
zstd \
wget
wget \
lld
'
}

Expand All @@ -37,8 +38,7 @@ function setup_llvm_deps() {
libmlir-19-dev \
libpolly-19-dev \
libzstd-dev \
mlir-19-tools \
lld
mlir-19-tools
'
;;
*)
Expand Down

0 comments on commit 0ae5753

Please sign in to comment.