Info
Version: | 8.0.1 |
Author(s): | .NET Foundation, LLVM.org, Ubiquity.NET |
Last Update: | Saturday, March 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/UbiquityDotNET/Llvm.Net |
NuGet Url: | https://www.nuget.org/packages/Llvm.NET.Interop |
Install
Install-Package Llvm.NET.Interop
dotnet add package Llvm.NET.Interop
paket add Llvm.NET.Interop
Llvm.NET.Interop Download (Unzip the "nupkg" after downloading)
Dependencies
- Ubiquity.ArgValidators(>= 6.0.1)
Tags
Direct use of this low level API is discouraged, instead you should use the Llvm.NET package, which provides a full C# object model projection of the LLVM APIs on top of this library.