Skip to content

Commit 0cdfc6e

Browse files
committed
tc_build: tools: Update llvm_tot_ver
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent a0579bc commit 0cdfc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc_build/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def generate_versioned_binaries(self):
133133
'https://raw.githubusercontent.com/llvm/llvm-project/main/cmake/Modules/LLVMVersion.cmake'
134134
)
135135
except subprocess.CalledProcessError:
136-
llvm_tot_ver = 19
136+
llvm_tot_ver = 23
137137
else:
138138
if not (match := re.search(r'set\(LLVM_VERSION_MAJOR\s+(\d+)', cmakelists_txt)):
139139
raise RuntimeError('Could not find LLVM_VERSION_MAJOR in CMakeLists.txt?')

0 commit comments

Comments
 (0)