[upstream_utils] Upgrade to LLVM 17.0.5 (#5970)

This commit is contained in:
Tyler Veness
2023-11-28 10:01:48 -08:00
committed by GitHub
parent a74db52dae
commit 841ea682d1

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-17.0.4")
upstream_root = clone_repo("https://github.com/llvm/llvm-project", "llvmorg-17.0.5")
wpilib_root = get_repo_root()
wpiutil = os.path.join(wpilib_root, "wpiutil")