Skip to content

Commit

Permalink
build newer iwyu versions with clang17
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Dec 20, 2023
1 parent 074cd79 commit 108acc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iwyu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source common.sh

ROOT=$(pwd)
VERSION=$1
CLANGVERSION=16.0.0
CLANGVERSION=17.0.0

if echo "${VERSION}" | grep 'trunk'; then
VERSION=trunk-$(date +%Y%m%d)
Expand All @@ -18,6 +18,8 @@ else
REVISION=$(get_remote_revision "${URL}" "tags/${BRANCH}")
if [[ $VERSION == "0.12" ]]; then
CLANGVERSION=8.0.0
elif [[ $VERSION == "0.20" ]]; then
CLANGVERSION=16.0.0
fi
fi

Expand Down

0 comments on commit 108acc4

Please sign in to comment.