We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0579bc commit 0cdfc6eCopy full SHA for 0cdfc6e
tc_build/tools.py
@@ -133,7 +133,7 @@ def generate_versioned_binaries(self):
133
'https://raw.githubusercontent.com/llvm/llvm-project/main/cmake/Modules/LLVMVersion.cmake'
134
)
135
except subprocess.CalledProcessError:
136
- llvm_tot_ver = 19
+ llvm_tot_ver = 23
137
else:
138
if not (match := re.search(r'set\(LLVM_VERSION_MAJOR\s+(\d+)', cmakelists_txt)):
139
raise RuntimeError('Could not find LLVM_VERSION_MAJOR in CMakeLists.txt?')
0 commit comments