-
Couldn't load subscription status.
- Fork 809
Update macOS installation instructions for LLVM #3553
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
base: v2
Are you sure you want to change the base?
Conversation
Clarified installation instructions for macOS by mentioning that LLD is provided in a separate formula in Homebrew.
✅ Deploy Preview for tauri-v2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
| ``` | ||
|
|
||
| On macOS you also have to add `/opt/homebrew/opt/llvm/bin` to your `$PATH` as suggested in the install output. | ||
| On macOS you also have to add `/opt/homebrew/opt/llvm/bin` to your `$PATH` as suggested in the install output (LLD is now provided in a separate formula in Homebrew). |
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.
What is this trying to convey? Do users need to add lld manually to the path as well?
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.
No they just need to install it separately as it's no longer installed along LLVM
Perhaps the description edits wasn't clear enough 🤔
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.
Yeah, i think it's fine to just remove this change. The edit of the brew install line should be enough.

Clarified installation instructions for macOS by mentioning that LLD is provided in a separate formula in Homebrew.
Description
lldtobrew install llvmfor building.msion macOS. This is because LLD is now being offered in a separate formula on brew