dotnet / LLVMSharp

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

Upgrade to LLVM 14.0 #190

Closed tannergooding closed 2 years ago

tannergooding commented 2 years ago

LLVM 14.0.0 was released recently (https://github.com/llvm/llvm-project/releases/tag/llvmorg-14.0.0) and as such the repo should be updated to support it.

As part of this effort, additional care should be taken to ensure new dependencies such as libclang-cpp are available via the default NuGet package.

tannergooding commented 2 years ago

This was completed and packages are on NuGet.