Skip to content

Commit

Permalink
[upstream_utils] Upgrade to LLVM 17.0.5 (wpilibsuite#5970)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Nov 28, 2023
1 parent a74db52 commit 841ea68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstream_utils/update_llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 841ea68

Please sign in to comment.