swigged.llvm
70.0.1
dotnet add package swigged.llvm --version 70.0.1
NuGet\Install-Package swigged.llvm -Version 70.0.1
<PackageReference Include="swigged.llvm" Version="70.0.1" />
paket add swigged.llvm --version 70.0.1
#r "nuget: swigged.llvm, 70.0.1"
// Install swigged.llvm as a Cake Addin
#addin nuget:?package=swigged.llvm&version=70.0.1
// Install swigged.llvm as a Cake Tool
#tool nuget:?package=swigged.llvm&version=70.0.1
A Swig-generated C#/NET wrapper of LLVM-C for Windows 10 (x64), Ubuntu 16.04 (x64).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
native | native |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- NETStandard.Library (>= 2.0.0)
-
.NETCoreApp 2.1
- NETStandard.Library (>= 2.0.0)
-
.NETFramework 4.6.1
- NETStandard.Library (>= 2.0.0)
-
.NETFramework 4.6.2
- NETStandard.Library (>= 2.0.0)
-
.NETFramework 4.7
- NETStandard.Library (>= 2.0.0)
-
.NETFramework 4.7.1
- NETStandard.Library (>= 2.0.0)
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on swigged.llvm:
Package | Downloads |
---|---|
Campy
A compiler, runtime, and API for GP-GPU computing using C# or any other NET language, for Windows and Ubuntu x64. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on swigged.llvm:
Repository | Stars |
---|---|
kaby76/Campy
A compiler for NET CIL for GP-GPU computing in .NET languages.
|
Version | Downloads | Last updated |
---|---|---|
70.0.1 | 1,855 | 9/23/2018 |
70.0.0 | 881 | 8/29/2018 |
6.0.6 | 1,916 | 5/2/2018 |
6.0.5 | 1,070 | 4/18/2018 |
6.0.4 | 1,727 | 4/4/2018 |
6.0.3 | 2,510 | 3/9/2018 |
6.0.0.2-alpha | 931 | 2/5/2018 |
6.0.0.1-alpha | 909 | 1/10/2018 |
5.0.4 | 1,150 | 1/5/2018 |
5.0.3 | 1,036 | 10/23/2017 |
5.0.2 | 1,050 | 9/22/2017 |
5.0.1 | 1,102 | 9/16/2017 |
4.0.14 | 1,126 | 9/6/2017 |
4.0.13 | 1,111 | 9/6/2017 |
4.0.12 | 1,333 | 9/5/2017 |
4.0.11 | 1,110 | 6/18/2017 |
4.0.10 | 1,293 | 6/16/2017 |
4.0.9-alpha | 732 | 5/26/2017 |
4.0.8-alpha | 724 | 5/25/2017 |
4.0.7-alpha | 775 | 5/24/2017 |
4.0.6-alpha | 786 | 5/18/2017 |
4.0.5-alpha | 722 | 5/11/2017 |
4.0.4-alpha | 936 | 5/9/2017 |
4.0.3-alpha | 766 | 5/8/2017 |
4.0.1.2-alpha | 898 | 4/17/2017 |
4.0.1.1-alpha | 858 | 4/6/2017 |
* Version 70.0.1
Official release of LLVM 7.0.0, taken Sep 19, 2018.
When building with Swigged.llvm, select Platform = "AnyCPU", config = "Debug" or "Release".
On Windows, in the properties for the executable, un-check "Prefer 32-bit" in Build properties, and check "Enable native code debugging". If you are using Net Core or Standard, this option is unavailable--I'm not sure why it is.
If you are delivering your app, you will need to copy the dll to the directory containing your app.
For further information, see https://github.com/kaby76/swigged.llvm.