Skip to content

Commit

Permalink
env: LLVM 17.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Nov 14, 2023
1 parent 2f0253d commit 652f495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fish/functions/get_latest_stable_llvm_version.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function get_latest_stable_llvm_version -d 'Get the latest stable version for an
for arg in $argv
switch $arg
case 17
echo $arg.0.4
echo $arg.0.5
case 15
echo $arg.0.7
case 14 16
Expand Down
6 changes: 3 additions & 3 deletions python/pgo-llvm-builder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

LLVM_REFS = {
'18.0.0': 'origin/main',
'17.0.5': 'origin/release/17.x',
'17.0.6': 'origin/release/17.x',
}

LLVM_VERSIONS = [
'18.0.0', # git
'17.0.4', # latest branch
'17.0.4', # latest tag
'17.0.6', # latest branch
'17.0.5', # latest tag
'16.0.6',
'15.0.7',
'14.0.6',
Expand Down

0 comments on commit 652f495

Please sign in to comment.