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

quick fix for building bun with LLVM 21 #17070

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zimirza
Copy link

@zimirza zimirza commented Feb 5, 2025

What does this PR do?

This is a quick fix for making bun to build with LLVM 21.

How did you verify your code works?

$ git clone https://github.com/oven-sh/bun.git
$ cd bun
$ bun run build:debug

Closes #17069

@zimirza zimirza changed the title quick fix for building bun on gentoo quick fix for building bun on LLVM 21 Feb 5, 2025
@zimirza zimirza changed the title quick fix for building bun on LLVM 21 quick fix for building bun with LLVM 21 Feb 5, 2025
@zimirza zimirza force-pushed the bun_build_v8_bindings_17069 branch 2 times, most recently from 92eaab5 to 440fc06 Compare February 5, 2025 10:46
@zimirza zimirza force-pushed the bun_build_v8_bindings_17069 branch from 440fc06 to 0bb6d0b Compare February 5, 2025 10:46
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.

Compiling LLVM 21 seems to fail on unused variables for V8 bindings
1 participant