LLVM 0.1.0
This package provides limited bindings for LLVM 3.x, which is quite outdated. LLVMSharp provides nearly complete bindings, and supports newer LLVM versions.
See the version list below for details.
dotnet add package LLVM --version 0.1.0
NuGet\Install-Package LLVM -Version 0.1.0
<PackageReference Include="LLVM" Version="0.1.0" />
paket add LLVM --version 0.1.0
#r "nuget: LLVM, 0.1.0"
// Install LLVM as a Cake Addin #addin nuget:?package=LLVM&version=0.1.0 // Install LLVM as a Cake Tool #tool nuget:?package=LLVM&version=0.1.0
This project provides .NET binding to LLVM dynamic library for Win32 and x64. 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on LLVM:
Repository | Stars |
---|---|
khyperia/CudaSharp
A library to make C# run on CUDA-enabled GPUs
|
Only JIT is currently supported