Skip to content

Update LLVM installation instructions in development.md#262

Open
KirillLykov wants to merge 1 commit intoaya-rs:mainfrom
KirillLykov:patch-4
Open

Update LLVM installation instructions in development.md#262
KirillLykov wants to merge 1 commit intoaya-rs:mainfrom
KirillLykov:patch-4

Conversation

@KirillLykov
Copy link

@KirillLykov KirillLykov commented Feb 10, 2026

Fixed minor typo in the LLVM version: install llvm-19 but use LLVM_SYS_180_PREFIX. Added more explicitly that these steps with manual llvm installation is only if your architecture is not x86_64.


This change is Reviewable

@netlify
Copy link

netlify bot commented Feb 10, 2026

Deploy Preview for aya-rs ready!

Name Link
🔨 Latest commit 050d157
🔍 Latest deploy log https://app.netlify.com/projects/aya-rs/deploys/698b1eab862f5a0008aa15f2
😎 Deploy Preview https://deploy-preview-262--aya-rs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.


```console
LLVM_SYS_180_PREFIX=$(brew --prefix llvm) cargo install \
LLVM_SYS_190_PREFIX=$(brew --prefix llvm) cargo install \
Copy link
Member

Choose a reason for hiding this comment

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

this is actually not correct, see aya-rs/bpf-linker@ae36a0e

it would perhaps be better to just direct people to the bpf-linker README instead of trying to repeat stuff here.

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

Comments