dotnet / LLVMSharp

LLVM bindings for .NET Standard written in C# using ClangSharp
MIT License
844 stars 97 forks source link

Provide libLLVM runtime for linux-musl RID #176

Open 1tnguyen opened 3 years ago

1tnguyen commented 3 years ago

If using Alpine Linux, the libLLVM runtime for ubuntu would be selected. The ubuntu's libLLVM.so is not compatible with musl-based distributions.

Would you please consider adding libLLVM runtime for linux-musl RID?