Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[upstream_utils] Upgrade to LLVM 19.1.6 #7101

Merged
merged 2 commits into from
Dec 25, 2024

Conversation

calcmogul
Copy link
Member

No description provided.

@calcmogul calcmogul requested review from PeterJohnson and a team as code owners September 19, 2024 19:29
@calcmogul
Copy link
Member Author

calcmogul commented Sep 19, 2024

This PR is blocked on #6593, which fixes the command-based test failures.

@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from ff8e1b8 to 705c0c5 Compare September 21, 2024 01:41
@calcmogul calcmogul added the state: blocked Something is blocking action. label Sep 21, 2024
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from 705c0c5 to 4fbbf84 Compare September 24, 2024 21:21
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from 4fbbf84 to 80cf6b0 Compare October 1, 2024 21:51
@calcmogul calcmogul changed the title [upstream_utils] Upgrade to LLVM 19.1.0 [upstream_utils] Upgrade to LLVM 19.1.1 Oct 1, 2024
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from 80cf6b0 to 9dbe9a2 Compare October 1, 2024 22:02
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from 9dbe9a2 to cf15d0f Compare October 16, 2024 16:08
@calcmogul calcmogul changed the title [upstream_utils] Upgrade to LLVM 19.1.1 [upstream_utils] Upgrade to LLVM 19.1.2 Oct 16, 2024
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch 3 times, most recently from 2971be8 to a6d68f2 Compare November 1, 2024 17:52
@calcmogul calcmogul changed the title [upstream_utils] Upgrade to LLVM 19.1.2 [upstream_utils] Upgrade to LLVM 19.1.3 Nov 1, 2024
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch 2 times, most recently from 15bbf1e to 374669e Compare November 7, 2024 21:40
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from 374669e to 15eb98c Compare November 9, 2024 04:50
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch 2 times, most recently from 762e1c8 to 1776983 Compare November 19, 2024 18:41
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from 1776983 to 7e2d4aa Compare December 20, 2024 07:07
@github-actions github-actions bot added the component: wpiutil WPI utility library label Dec 20, 2024
@calcmogul calcmogul removed the state: blocked Something is blocking action. label Dec 20, 2024
@calcmogul
Copy link
Member Author

Unblocked by #7554.

@calcmogul calcmogul changed the title [upstream_utils] Upgrade to LLVM 19.1.3 [upstream_utils] Upgrade to LLVM 19.1.4 Dec 20, 2024
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from 7e2d4aa to 35283cd Compare December 20, 2024 18:45
@calcmogul calcmogul changed the title [upstream_utils] Upgrade to LLVM 19.1.4 [upstream_utils] Upgrade to LLVM 19.1.6 Dec 20, 2024
@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from 35283cd to 1737feb Compare December 22, 2024 21:53
subprocess.run(["git", "clone", "--filter=tree:0", self.url])
subprocess.run(["git", "clone", self.url])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we make this change?

Copy link
Member Author

@calcmogul calcmogul Dec 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I committed that on accident. I've been making that change locally because LLVM is way too big for --filter=tree:0 to work well. It ends up spending half an hour downloading individual pieces of the Git repo during rebases. Cloning the whole repo in one go is much faster.

@calcmogul calcmogul force-pushed the upstream-utils-upgrade-llvm branch from c3fc52a to f0c0b87 Compare December 24, 2024 21:26
@PeterJohnson PeterJohnson merged commit 939a9ce into wpilibsuite:main Dec 25, 2024
45 checks passed
@calcmogul calcmogul deleted the upstream-utils-upgrade-llvm branch December 25, 2024 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: wpiutil WPI utility library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants