LLVM 0.1.1

Suggested Alternatives

LLVMSharp

Additional Details

This package provides limited bindings for LLVM 3.x, which is quite outdated. LLVMSharp provides nearly complete bindings, and supports newer LLVM versions.

dotnet add package LLVM --version 0.1.1
NuGet\Install-Package LLVM -Version 0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LLVM" Version="0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LLVM --version 0.1.1
#r "nuget: LLVM, 0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LLVM as a Cake Addin
#addin nuget:?package=LLVM&version=0.1.1

// Install LLVM as a Cake Tool
#tool nuget:?package=LLVM&version=0.1.1

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Version Downloads Last updated
0.1.1 1,638 8/8/2018
0.1.0 2,466 7/17/2013
0.0.1 1,716 9/1/2012

Only JIT is currently supported