Skip to content

Commit

Permalink
Support llvm17 on MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Enwei Jiao <[email protected]>
  • Loading branch information
jiaoew1991 committed Oct 9, 2023
1 parent cb71a3e commit ef7f8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ case "${unameOut}" in
export RPATH=$LD_LIBRARY_PATH;;
Darwin*)
# detect llvm version by valid list
for llvm_version in 16 15 14 NOT_FOUND ; do
for llvm_version in 17 16 15 14 NOT_FOUND ; do
if brew ls --versions llvm@${llvm_version} > /dev/null; then
break
fi
Expand Down

0 comments on commit ef7f8e8

Please sign in to comment.