From 227e660e207bc54acca45001d252a700853cffc0 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Tue, 10 Oct 2023 16:30:31 -0700 Subject: [PATCH] [upstream_utils] Upgrade to LLVM 17.0.2 (#5750) --- 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 3a816a27fd..74611cc28a 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-17.0.1") + upstream_root = clone_repo("https://github.com/llvm/llvm-project", "llvmorg-17.0.2") wpilib_root = get_repo_root() wpiutil = os.path.join(wpilib_root, "wpiutil")