Info
Version: | 0.1.1 |
Author(s): | lost |
Last Update: | Wednesday, August 8, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/lost/llvm.net |
NuGet Url: | https://www.nuget.org/packages/LLVM |
Install
Install-Package LLVM
dotnet add package LLVM
paket add LLVM
LLVM Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
To get the native library itself, you can reference LLVM.NativeLibrary from NuGet, and call LLVMDLL.Load. This will preload an LLVM DLL that matches your current processor architecture.