Skip to content

Commit

Permalink
Update LLVM16 to 16.0.6 release (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Jul 11, 2023
1 parent 3e87c9f commit d548274
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_15 = 'release_15'
LLVM_RELEASE_14 = 'release_14'

LLVM_BRANCHES = {LLVM_MAIN: VersionedBranch(ref='main', version=Version(17, 0, 0)),
LLVM_RELEASE_16: VersionedBranch(ref='llvmorg-16.0.1', version=Version(16, 0, 1)),
LLVM_RELEASE_16: VersionedBranch(ref='llvmorg-16.0.6', version=Version(16, 0, 6)),
LLVM_RELEASE_15: VersionedBranch(ref='llvmorg-15.0.7', version=Version(15, 0, 7)),
LLVM_RELEASE_14: VersionedBranch(ref='llvmorg-14.0.6', version=Version(14, 0, 6))}

Expand Down

0 comments on commit d548274

Please sign in to comment.