Skip to content

Commit

Permalink
python: LLVM 18.1.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jan 30, 2024
1 parent 7991494 commit ddb30e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/pgo-llvm-builder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
LLVM_VERSIONS = [
'19.0.0', # git
'18.1.0', # release/18.x
'18.1.0-rc1',
'17.0.6',
'16.0.6',
'15.0.7',
Expand Down
1 change: 1 addition & 0 deletions python/scripts/korg_tc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
5: '5.5.0',
}
LATEST_LLVM_VERSIONS = {
18: '18.1.0-rc1',
17: '17.0.6',
16: '16.0.6',
15: '15.0.7',
Expand Down

0 comments on commit ddb30e8

Please sign in to comment.