[upstream_utils] Update to LLVM 17.0.4 (#5855)

This commit is contained in:
Tyler Veness
2023-11-01 16:45:32 -07:00
committed by GitHub
parent a9c5b18a39
commit c6aff2c431

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