Skip to content

Commit

Permalink
Update buildbots to use official llvm 18.1 release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Mar 7, 2024
1 parent 3918f46 commit 4feb31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ LLVM_RELEASE_17 = 'release_17'
LLVM_RELEASE_16 = 'release_16'

LLVM_BRANCHES = {LLVM_MAIN: VersionedBranch(ref='main', version=Version(19, 0, 0)),
LLVM_RELEASE_18: VersionedBranch(ref='release/18.x', version=Version(18, 0, 0)),
LLVM_RELEASE_18: VersionedBranch(ref='llvmorg-18.1.0', version=Version(18, 1, 0)),
LLVM_RELEASE_17: VersionedBranch(ref='llvmorg-17.0.6', version=Version(17, 0, 6)),
LLVM_RELEASE_16: VersionedBranch(ref='llvmorg-16.0.6', version=Version(16, 0, 6))}

Expand Down

0 comments on commit 4feb31f

Please sign in to comment.