Skip to content

Commit

Permalink
[upstream_utils] Update to LLVM 18.1.8 (wpilibsuite#6764)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Jun 22, 2024
1 parent ca92ef8 commit 2ff7033
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-18.1.7")
upstream_root = clone_repo("https://github.com/llvm/llvm-project", "llvmorg-18.1.8")
wpilib_root = get_repo_root()
wpiutil = os.path.join(wpilib_root, "wpiutil")

Expand Down

0 comments on commit 2ff7033

Please sign in to comment.