Skip to content

Commit

Permalink
Use clang to build vast
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Jan 15, 2024
1 parent a552e1d commit 4d55ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ git clone -q --depth 1 --recursive --single-branch -b "${BRANCH}" "${URL}" "vast

cd "vast-${VERSION}"

cmake --preset ninja-multi-default \
env CC=/usr/bin/clang-17 CXX=/usr/bin/clang++-17 --preset ninja-multi-default \
--toolchain ./cmake/lld.toolchain.cmake \
--install-prefix "${STAGING_DIR}" \
-DLLVM_EXTERNAL_LIT=/usr/local/bin/lit \
Expand Down

0 comments on commit 4d55ef7

Please sign in to comment.