[upstream_utils] Update to LLVM 18.1.8 (#6764)

This commit is contained in:
Tyler Veness
2024-06-21 23:21:39 -07:00
committed by GitHub
parent ca92ef89d3
commit 2ff7033edf

View File

@@ -171,7 +171,7 @@ def overwrite_tests(wpiutil_root, llvm_root):
def main():
upstream_root = clone_repo("https://github.com/llvm/llvm-project", "llvmorg-18.1.7")
upstream_root = clone_repo("https://github.com/llvm/llvm-project", "llvmorg-18.1.8")
wpilib_root = get_repo_root()
wpiutil = os.path.join(wpilib_root, "wpiutil")