Skip to content

Commit

Permalink
update the build script to support LLVM > 9
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner authored and kfarnung committed Sep 11, 2018
1 parent 6e99700 commit 5d69895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ else
fi

# check clang version (min required 3.7)
VERSION=$($CLANG_PATH --version | grep "version [0-9]*\.[0-9]*" --o -i | grep "[0-9]\.[0-9]*" --o)
VERSION=$($CLANG_PATH --version | grep "version [0-9]*\.[0-9]*" --o -i | grep "[0-9]*\.[0-9]*" --o)
VERSION=${VERSION/./}

if [[ $VERSION -lt 37 ]]; then
Expand Down

0 comments on commit 5d69895

Please sign in to comment.