Skip to content

Commit

Permalink
Strip .1 minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Oct 31, 2024
1 parent 4aac6f2 commit cfac7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm/ext/find-llvm-config
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ if [ "$LLVM_CONFIG" ]; then
esac
else
printf "Error: Could not find location of llvm-config. Please specify path in environment variable LLVM_CONFIG.\n" >&2
printf "Supported LLVM versions: $(cat "$(dirname $0)/llvm-versions.txt" | sed 's/\.0//g')\n" >&2
printf "Supported LLVM versions: $(cat "$(dirname $0)/llvm-versions.txt" | sed 's/\.[01]//g')\n" >&2
exit 1
fi

0 comments on commit cfac7e0

Please sign in to comment.