Skip to content

Commit

Permalink
Upgrade to LLVM 17.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Nov 21, 2023
1 parent f3a09ac commit 515ed25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
strategy:
matrix:
distro: ['ubuntu-18.04']
llvm: ['11', '12.0.1', '13.0.1', '14.0.6', '15.0.2', '16.0.3', '17.0.1']
llvm: ['11', '12.0.1', '13.0.1', '14.0.6', '15.0.2', '16.0.3', '17.0.5']
lua: ['luajit', 'moonjit']
cuda: ['0', '1']
test: ['1']
Expand All @@ -109,7 +109,7 @@ jobs:
cuda: '1'
- llvm: '16.0.3'
cuda: '1'
- llvm: '17.0.1'
- llvm: '17.0.5'
cuda: '1'

# Moonjit with LLVM 14 only:
Expand All @@ -123,7 +123,7 @@ jobs:
lua: 'moonjit'
- llvm: '16.0.3'
lua: 'moonjit'
- llvm: '17.0.1'
- llvm: '17.0.5'
lua: 'moonjit'

include:
Expand Down
10 changes: 5 additions & 5 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ if [[ $(uname) = Linux ]]; then

elif [[ $(uname) = Darwin ]]; then
if [[ $LLVM_VERSION = 17 ]]; then
curl -L -O https://github.com/terralang/llvm-build/releases/download/llvm-17.0.1/clang+llvm-17.0.1-x86_64-apple-darwin.tar.xz
tar xf clang+llvm-17.0.1-x86_64-apple-darwin.tar.xz
ln -s clang+llvm-17.0.1-x86_64-apple-darwin/bin/llvm-config llvm-config-17
ln -s clang+llvm-17.0.1-x86_64-apple-darwin/bin/clang clang-17
export CMAKE_PREFIX_PATH=$PWD/clang+llvm-17.0.1-x86_64-apple-darwin
curl -L -O https://github.com/terralang/llvm-build/releases/download/llvm-17.0.5/clang+llvm-17.0.5-x86_64-apple-darwin.tar.xz
tar xf clang+llvm-17.0.5-x86_64-apple-darwin.tar.xz
ln -s clang+llvm-17.0.5-x86_64-apple-darwin/bin/llvm-config llvm-config-17
ln -s clang+llvm-17.0.5-x86_64-apple-darwin/bin/clang clang-17
export CMAKE_PREFIX_PATH=$PWD/clang+llvm-17.0.5-x86_64-apple-darwin
elif [[ $LLVM_VERSION = 16 ]]; then
curl -L -O https://github.com/terralang/llvm-build/releases/download/llvm-16.0.3/clang+llvm-16.0.3-x86_64-apple-darwin.tar.xz
tar xf clang+llvm-16.0.3-x86_64-apple-darwin.tar.xz
Expand Down

0 comments on commit 515ed25

Please sign in to comment.