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

Add symlink to LLVM #380

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Conversation

SergioGasquez
Copy link
Member

@SergioGasquez SergioGasquez commented Oct 20, 2023

In Unix systems, it creates a symlink from $HOME/.espup/esp-clang/ to the directory containing Xtensa clang. This will help std projects, as embuild, could check if LIBCLANG_PATH is set by the user and if its not, it will be defaulted to $HOME/.espup/esp-clang, with this we can avoid the usual error of the user forgetting to source the export script.

This is only helpful in std approach, for no_std it does nothing

@SergioGasquez SergioGasquez merged commit f2ad5fa into esp-rs:main Oct 30, 2023
16 checks passed
@SergioGasquez SergioGasquez deleted the feature/set-env branch October 30, 2023 13:12
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.

1 participant