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

llvm: update to 19.1.7 and add import libs fix for LLD #23136

Merged
merged 8 commits into from
Jan 19, 2025

Conversation

mati865
Copy link
Collaborator

@mati865 mati865 commented Jan 18, 2025

Fixes #21017

@mati865 mati865 marked this pull request as ready for review January 18, 2025 14:27
@lazka
Copy link
Member

lazka commented Jan 19, 2025

lgtm. ok to merge despite it timing out?

@mati865
Copy link
Collaborator Author

mati865 commented Jan 19, 2025

I had built each package in CLANG64 env before committing, so it should be fine, but if you want, I can just split it into two PRs.

@lazka
Copy link
Member

lazka commented Jan 19, 2025

I think it's fine to just merge

@lazka lazka merged commit 7f825cf into msys2:master Jan 19, 2025
3 of 6 checks passed
@mati865 mati865 deleted the llvm-19.1.7 branch January 19, 2025 12:34
Comment on lines +118 to +125
apply_git_patch_with_msg() {
for _patch in "$@"
do
msg2 "Applying ${_patch}"
patch -Nbp1 -i "${srcdir}/${_patch}"
done
}

Copy link
Member

Choose a reason for hiding this comment

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

This function looks exactly like the apply_patch_with_msg function immediately above it. Is there some reason for another copy?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good point, this is a leftover.
At first I tried to apply the patch to a specific directory (lld/) but git patches require -p2 so I created this helper. Then I found out it's not going to work because the patch modifies llvm/ and lld/ at once. And here comes my mistake for modifying the new helper instead of using the previous one.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Created #23152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

librsvg problem in clang
3 participants