Info
Version: | 3.3.0 |
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.NativeLibrary |
Install
Install-Package LLVM.NativeLibrary
dotnet add package LLVM.NativeLibrary
paket add LLVM.NativeLibrary
LLVM.NativeLibrary Download (Unzip the "nupkg" after downloading)
Dependencies
- Lost.Native(>= 0.0.4)
Tags
Just call LLVMDLL.Load, and native LLVM DLL matching your current architecture will be loaded. This resolves references to LLVM-3.3 from P/Invoke.