Skip to content

Commit fa85555

Browse files
Merge pull request #191 from tannergooding/main
Regenerating bindings for v14.0.0
2 parents 5f58465 + 8a20679 commit fa85555

File tree

239 files changed

+900
-447
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+900
-447
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<ContinuousIntegrationBuild Condition="'$(GITHUB_RUN_ID)' != ''">true</ContinuousIntegrationBuild>
4343
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
4444
<Product>LLVMSharp</Product>
45-
<VersionPrefix>13.0.0</VersionPrefix>
46-
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta2</VersionSuffix>
45+
<VersionPrefix>14.0.0</VersionPrefix>
46+
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta1</VersionSuffix>
4747
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
4848
</PropertyGroup>
4949

Directory.Build.targets

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828

2929
<!-- Package versions for package references across all projects -->
3030
<ItemGroup>
31-
<PackageReference Update="libLLVM" Version="13.0.0" />
31+
<PackageReference Update="libLLVM" Version="14.0.0" />
3232
<PackageReference Update="Microsoft.Bcl.HashCode" Version="1.1.1" />
33-
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.0.0" />
33+
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.1.0" />
3434
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
35-
<PackageReference Update="NUnit" Version="3.13.2" />
36-
<PackageReference Update="NUnit3TestAdapter" Version="3.17.0" />
35+
<PackageReference Update="NUnit" Version="3.13.3" />
36+
<PackageReference Update="NUnit3TestAdapter" Version="4.2.1" />
3737
<PackageReference Update="System.Memory" Version="4.5.4" />
3838
</ItemGroup>
3939

LLVMSharp.sln

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.freebsd.12-
6464
packages\libLLVM\libLLVM.runtime.freebsd.12-x64\libLLVM.runtime.freebsd.12-x64.nuspec = packages\libLLVM\libLLVM.runtime.freebsd.12-x64\libLLVM.runtime.freebsd.12-x64.nuspec
6565
EndProjectSection
6666
EndProject
67-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.freebsd.12-x86", "libLLVM.runtime.freebsd.12-x86", "{4D4A9DD2-00BB-4D9F-A20B-9926CE70C8C0}"
68-
ProjectSection(SolutionItems) = preProject
69-
packages\libLLVM\libLLVM.runtime.freebsd.12-x86\libLLVM.runtime.freebsd.12-x86.nuspec = packages\libLLVM\libLLVM.runtime.freebsd.12-x86\libLLVM.runtime.freebsd.12-x86.nuspec
70-
EndProjectSection
71-
EndProject
72-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.linux-arm", "libLLVM.runtime.linux-arm", "{A7F2EA37-BFBA-4659-969D-E9A4A696E10A}"
73-
ProjectSection(SolutionItems) = preProject
74-
packages\libLLVM\libLLVM.runtime.linux-arm\libLLVM.runtime.linux-arm.nuspec = packages\libLLVM\libLLVM.runtime.linux-arm\libLLVM.runtime.linux-arm.nuspec
75-
EndProjectSection
76-
EndProject
7767
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.linux-arm64", "libLLVM.runtime.linux-arm64", "{16539CB8-8AC7-4AD0-9D54-8EE615B2FCF3}"
7868
ProjectSection(SolutionItems) = preProject
7969
packages\libLLVM\libLLVM.runtime.linux-arm64\libLLVM.runtime.linux-arm64.nuspec = packages\libLLVM\libLLVM.runtime.linux-arm64\libLLVM.runtime.linux-arm64.nuspec
@@ -104,9 +94,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.win-x86", "
10494
packages\libLLVM\libLLVM.runtime.win-x86\libLLVM.runtime.win-x86.nuspec = packages\libLLVM\libLLVM.runtime.win-x86\libLLVM.runtime.win-x86.nuspec
10595
EndProjectSection
10696
EndProject
107-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.ubuntu.21.04-x64", "libLLVM.runtime.ubuntu.21.04-x64", "{1808D302-0067-4121-964C-2CBAFB8A957A}"
97+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.ubuntu.21.10-x64", "libLLVM.runtime.ubuntu.21.10-x64", "{1808D302-0067-4121-964C-2CBAFB8A957A}"
10898
ProjectSection(SolutionItems) = preProject
109-
packages\libLLVM\libLLVM.runtime.ubuntu.21.04-x64\libLLVM.runtime.ubuntu.21.04-x64.nuspec = packages\libLLVM\libLLVM.runtime.ubuntu.21.04-x64\libLLVM.runtime.ubuntu.21.04-x64.nuspec
99+
packages\libLLVM\libLLVM.runtime.ubuntu.21.10-x64\libLLVM.runtime.ubuntu.21.10-x64.nuspec = packages\libLLVM\libLLVM.runtime.ubuntu.21.10-x64\libLLVM.runtime.ubuntu.21.10-x64.nuspec
110100
EndProjectSection
111101
EndProject
112102
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.win-arm64", "libLLVM.runtime.win-arm64", "{19DB05E9-59B6-45E9-B47D-62913F7DF9A8}"
@@ -128,11 +118,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.freebsd.13-
128118
packages\libLLVM\libLLVM.runtime.freebsd.13-x64\libLLVM.runtime.freebsd.13-x64.nuspec = packages\libLLVM\libLLVM.runtime.freebsd.13-x64\libLLVM.runtime.freebsd.13-x64.nuspec
129119
EndProjectSection
130120
EndProject
131-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.freebsd.13-x86", "libLLVM.runtime.freebsd.13-x86", "{C1F7DD39-0CE8-4185-A196-1BF4CF597517}"
132-
ProjectSection(SolutionItems) = preProject
133-
packages\libLLVM\libLLVM.runtime.freebsd.13-x86\libLLVM.runtime.freebsd.13-x86.nuspec = packages\libLLVM\libLLVM.runtime.freebsd.13-x86\libLLVM.runtime.freebsd.13-x86.nuspec
134-
EndProjectSection
135-
EndProject
136121
Global
137122
GlobalSection(SolutionConfigurationPlatforms) = preSolution
138123
Debug|Any CPU = Debug|Any CPU
@@ -161,8 +146,6 @@ Global
161146
{9D46FF1C-E09F-4063-A97D-C09F26310B67} = {CD611531-75EA-4328-8C25-8D0496E61EC2}
162147
{568A07AC-AF60-4A3E-ABD3-2B51D9DD4EBF} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
163148
{7B8F6AD5-F16F-4605-BD50-6C4DAD69C792} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
164-
{4D4A9DD2-00BB-4D9F-A20B-9926CE70C8C0} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
165-
{A7F2EA37-BFBA-4659-969D-E9A4A696E10A} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
166149
{16539CB8-8AC7-4AD0-9D54-8EE615B2FCF3} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
167150
{D4550E5E-9485-4480-B2B6-9503EEC935BF} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
168151
{481409E0-F009-4583-B587-7D6915E9B16E} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
@@ -174,7 +157,6 @@ Global
174157
{CEA0F0C9-DF25-446B-8F55-FB629BD1D3E6} = {62B5C536-C224-4EE1-972F-05F732B5980B}
175158
{706334B8-BB91-49A4-BC9C-DFFDF3DCD770} = {E8ADE5A7-4363-43B7-B104-6B0E5510CAF0}
176159
{4F526018-55AE-41FF-BF01-21F60EB95CBC} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
177-
{C1F7DD39-0CE8-4185-A196-1BF4CF597517} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
178160
EndGlobalSection
179161
GlobalSection(ExtensibilityGlobals) = postSolution
180162
SolutionGuid = {75550D8C-A492-4ED3-8387-206830F8B21E}

packages/libLLVM/libLLVM.runtime.freebsd.12-x64/libLLVM.runtime.freebsd.12-x64.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>libLLVM.runtime.freebsd.12-x64</id>
5-
<version>13.0.0</version>
5+
<version>14.0.0</version>
66
<authors>.NET Foundation and Contributors</authors>
77
<owners>.NET Foundation and Contributors</owners>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>
99
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
1010
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
1111
<description>freebsd 12 x64 native library for libLLVM.</description>
1212
<copyright>Copyright © LLVM Project</copyright>
13-
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-14.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM.runtime.freebsd.12-x86/libLLVM.runtime.freebsd.12-x86.nuspec

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/libLLVM/libLLVM.runtime.freebsd.13-x64/libLLVM.runtime.freebsd.13-x64.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>libLLVM.runtime.freebsd.13-x64</id>
5-
<version>13.0.0</version>
5+
<version>14.0.0</version>
66
<authors>.NET Foundation and Contributors</authors>
77
<owners>.NET Foundation and Contributors</owners>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>
99
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
1010
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
1111
<description>freebsd 13 x64 native library for libLLVM.</description>
1212
<copyright>Copyright © LLVM Project</copyright>
13-
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-14.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM.runtime.freebsd.13-x86/libLLVM.runtime.freebsd.13-x86.nuspec

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/libLLVM/libLLVM.runtime.linux-arm/libLLVM.runtime.linux-arm.nuspec

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/libLLVM/libLLVM.runtime.linux-arm64/libLLVM.runtime.linux-arm64.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>libLLVM.runtime.linux-arm64</id>
5-
<version>13.0.0</version>
5+
<version>14.0.0</version>
66
<authors>.NET Foundation and Contributors</authors>
77
<owners>.NET Foundation and Contributors</owners>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>
99
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
1010
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
1111
<description>linux arm64 native library for libLLVM.</description>
1212
<copyright>Copyright © LLVM Project</copyright>
13-
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-14.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM.runtime.osx-x64/libLLVM.runtime.osx-x64.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>libLLVM.runtime.osx-x64</id>
5-
<version>13.0.0</version>
5+
<version>14.0.0</version>
66
<authors>.NET Foundation and Contributors</authors>
77
<owners>.NET Foundation and Contributors</owners>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>
99
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
1010
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
1111
<description>osx x64 native library for libLLVM.</description>
1212
<copyright>Copyright © LLVM Project</copyright>
13-
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-14.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

0 commit comments

Comments
 (0)