Skip to content

Commit

Permalink
python: LLVM 18.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Mar 13, 2024
1 parent 1292750 commit a93543d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 = {
'19.0.0': 'origin/main',
'18.1.1': 'release/18.x',
'18.1.2': 'release/18.x',
}

LLVM_VERSIONS = [
'19.0.0', # git
'18.1.1', # release/18.x
'18.1.0',
'18.1.2', # release/18.x
'18.1.1',
'17.0.6',
'16.0.6',
'15.0.7',
Expand Down
2 changes: 1 addition & 1 deletion python/scripts/korg_tc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
5: '5.5.0',
}
LATEST_LLVM_VERSIONS = {
18: '18.1.0',
18: '18.1.1',
17: '17.0.6',
16: '16.0.6',
15: '15.0.7',
Expand Down

0 comments on commit a93543d

Please sign in to comment.