Skip to content

Commit

Permalink
python: pgo-llvm-builder: LLVM 19.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jan 14, 2025
1 parent 40acb7f commit 6444119
Showing 1 changed file with 3 additions and 3 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 @@ -22,13 +22,13 @@

LLVM_REFS = {
'20.0.0': 'origin/main',
'19.1.7': 'release/19.x',
'19.1.8': 'origin/release/19.x',
}

LLVM_VERSIONS = [
'20.0.0', # git
'19.1.7', # release/19.x
'19.1.6',
'19.1.8', # release/19.x
'19.1.7',
'18.1.8',
'17.0.6',
'16.0.6',
Expand Down

0 comments on commit 6444119

Please sign in to comment.