-
Notifications
You must be signed in to change notification settings - Fork 612
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
[upstream_utils] Upgrade to LLVM 19.1.6 #7101
Conversation
This PR is blocked on #6593, which fixes the command-based test failures. |
ff8e1b8
to
705c0c5
Compare
705c0c5
to
4fbbf84
Compare
4fbbf84
to
80cf6b0
Compare
80cf6b0
to
9dbe9a2
Compare
9dbe9a2
to
cf15d0f
Compare
2971be8
to
a6d68f2
Compare
15bbf1e
to
374669e
Compare
374669e
to
15eb98c
Compare
762e1c8
to
1776983
Compare
1776983
to
7e2d4aa
Compare
Unblocked by #7554. |
7e2d4aa
to
35283cd
Compare
35283cd
to
1737feb
Compare
wpiutil/src/main/native/thirdparty/llvm/cpp/llvm/ErrorHandling.cpp
Outdated
Show resolved
Hide resolved
wpiutil/src/main/native/thirdparty/llvm/include/wpi/MathExtras.h
Outdated
Show resolved
Hide resolved
wpiutil/src/main/native/thirdparty/llvm/include/wpi/MathExtras.h
Outdated
Show resolved
Hide resolved
upstream_utils/upstream_utils.py
Outdated
subprocess.run(["git", "clone", "--filter=tree:0", self.url]) | ||
subprocess.run(["git", "clone", self.url]) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
c3fc52a
to
f0c0b87
Compare
No description provided.