esp-rs / espup

Tool for installing and maintaining Espressif Rust ecosystem.
Apache License 2.0
224 stars 23 forks source link

If there is a minified LLVM installation `--extended-llvm` doesn't install the full LLVM #399

Closed SergioGasquez closed 10 months ago

SergioGasquez commented 10 months ago

We are only checking that the corresponding LLVM folder exists, and, when using --extended-llvm we should check if the LLVM installed is the extended version.

Source of the issue: https://matrix.to/#/!LdaNPfUfvefOLewEIM:matrix.org/$ULEnRhPeA_2sGpuBglGwYSdD5GZSJmsKGnDiPu93z6A?via=matrix.org&via=tchncs.de&via=mozilla.org

SergioGasquez commented 10 months ago

Closed by #400