From 27cbbfe2aba0289f80b6ea0ecb09fc92744aa0a1 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sat, 8 Jun 2024 11:24:42 -0700 Subject: [PATCH] [upstream_utils] Update to LLVM 18.1.7 (#6715) --- upstream_utils/update_llvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream_utils/update_llvm.py b/upstream_utils/update_llvm.py index d43527e3d1..28efee9cbe 100755 --- a/upstream_utils/update_llvm.py +++ b/upstream_utils/update_llvm.py @@ -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.1") + upstream_root = clone_repo("https://github.com/llvm/llvm-project", "llvmorg-18.1.7") wpilib_root = get_repo_root() wpiutil = os.path.join(wpilib_root, "wpiutil")