Skip to content

Update libunwind to LLVM 17.0.4 #20705

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

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Conversation

aheejin
Copy link
Member

@aheejin aheejin commented Nov 14, 2023

No description provided.

@aheejin aheejin requested a review from sbc100 November 14, 2023 04:49
@aheejin aheejin marked this pull request as ready for review November 14, 2023 04:49
@@ -196,9 +196,9 @@
# define _LIBUNWIND_TARGET_RISCV 1
# define _LIBUNWIND_TARGET_VE 1
# define _LIBUNWIND_TARGET_S390X 1
#define _LIBUNWIND_TARGET_LOONGARCH 1
#define _LIBUNWIND_TARGET_LOONGARCH 1
Copy link
Member

Choose a reason for hiding this comment

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

Huh, looks like an attempt to fix a typo upstream that failed..? Or is there meaning to indentation like this?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah it looks someone tried fix an already inconsistent indentation in llvm/llvm-project@d080b5f but didn't get it right... I uploaded llvm/llvm-project#72314 to fix that upstream but given that this doesn't affect our behavior I guess we can just wait until the upstream fix trickles down in the next release.

Copy link
Member

Choose a reason for hiding this comment

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

Sounds good.

Btw, I don't see a PR for that indentation commit - do people land things in LLVM without review these days?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yup, folks have always been able to directly push LLVM.. for better or worse.

@aheejin aheejin merged commit ee88173 into emscripten-core:main Nov 16, 2023
@aheejin aheejin deleted the llvm_17_libunwind branch November 16, 2023 19:11
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.

3 participants