Skip to content

Commit 5f58465

Browse files
Merge pull request #187 from tannergooding/main
Regenerating bindings for LLVM 13.0.0
2 parents 6b71e71 + c831ba5 commit 5f58465

File tree

230 files changed

+768
-294
lines changed

Some content is hidden

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

230 files changed

+768
-294
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<ContinuousIntegrationBuild Condition="'$(GITHUB_RUN_ID)' != ''">true</ContinuousIntegrationBuild>
4343
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
4444
<Product>LLVMSharp</Product>
45-
<VersionPrefix>12.0.0</VersionPrefix>
45+
<VersionPrefix>13.0.0</VersionPrefix>
4646
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta2</VersionSuffix>
4747
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
4848
</PropertyGroup>

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<!-- Package versions for package references across all projects -->
3030
<ItemGroup>
31-
<PackageReference Update="libLLVM" Version="12.0.0" />
31+
<PackageReference Update="libLLVM" Version="13.0.0" />
3232
<PackageReference Update="Microsoft.Bcl.HashCode" Version="1.1.1" />
3333
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.0.0" />
3434
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />

LLVMSharp.sln

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM", "libLLVM", "{568A
5959
packages\libLLVM\libLLVM\runtime.json = packages\libLLVM\libLLVM\runtime.json
6060
EndProjectSection
6161
EndProject
62-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.freebsd.11-x64", "libLLVM.runtime.freebsd.11-x64", "{7B8F6AD5-F16F-4605-BD50-6C4DAD69C792}"
62+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.freebsd.12-x64", "libLLVM.runtime.freebsd.12-x64", "{7B8F6AD5-F16F-4605-BD50-6C4DAD69C792}"
6363
ProjectSection(SolutionItems) = preProject
64-
packages\libLLVM\libLLVM.runtime.freebsd.11-x64\libLLVM.runtime.freebsd.11-x64.nuspec = packages\libLLVM\libLLVM.runtime.freebsd.11-x64\libLLVM.runtime.freebsd.11-x64.nuspec
64+
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.11-x86", "libLLVM.runtime.freebsd.11-x86", "{4D4A9DD2-00BB-4D9F-A20B-9926CE70C8C0}"
67+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.freebsd.12-x86", "libLLVM.runtime.freebsd.12-x86", "{4D4A9DD2-00BB-4D9F-A20B-9926CE70C8C0}"
6868
ProjectSection(SolutionItems) = preProject
69-
packages\libLLVM\libLLVM.runtime.freebsd.11-x86\libLLVM.runtime.freebsd.11-x86.nuspec = packages\libLLVM\libLLVM.runtime.freebsd.11-x86\libLLVM.runtime.freebsd.11-x86.nuspec
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
7070
EndProjectSection
7171
EndProject
7272
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.linux-arm", "libLLVM.runtime.linux-arm", "{A7F2EA37-BFBA-4659-969D-E9A4A696E10A}"
@@ -123,6 +123,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
123123
.github\workflows\ci.yml = .github\workflows\ci.yml
124124
EndProjectSection
125125
EndProject
126+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.freebsd.13-x64", "libLLVM.runtime.freebsd.13-x64", "{4F526018-55AE-41FF-BF01-21F60EB95CBC}"
127+
ProjectSection(SolutionItems) = preProject
128+
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
129+
EndProjectSection
130+
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
126136
Global
127137
GlobalSection(SolutionConfigurationPlatforms) = preSolution
128138
Debug|Any CPU = Debug|Any CPU
@@ -163,6 +173,8 @@ Global
163173
{19DB05E9-59B6-45E9-B47D-62913F7DF9A8} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
164174
{CEA0F0C9-DF25-446B-8F55-FB629BD1D3E6} = {62B5C536-C224-4EE1-972F-05F732B5980B}
165175
{706334B8-BB91-49A4-BC9C-DFFDF3DCD770} = {E8ADE5A7-4363-43B7-B104-6B0E5510CAF0}
176+
{4F526018-55AE-41FF-BF01-21F60EB95CBC} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
177+
{C1F7DD39-0CE8-4185-A196-1BF4CF597517} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
166178
EndGlobalSection
167179
GlobalSection(ExtensibilityGlobals) = postSolution
168180
SolutionGuid = {75550D8C-A492-4ED3-8387-206830F8B21E}
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
4-
<id>libLLVM.runtime.freebsd.11-x64</id>
5-
<version>12.0.0</version>
4+
<id>libLLVM.runtime.freebsd.12-x64</id>
5+
<version>13.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>
11-
<description>freebsd 11 x64 native library for libLLVM.</description>
11+
<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-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
17-
<file src="libLLVM.so" target="runtimes\freebsd.11-x64\native\libLLVM.so" />
17+
<file src="libLLVM.so" target="runtimes\freebsd.12-x64\native\libLLVM.so" />
1818
</files>
1919
</package>
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
4-
<id>libLLVM.runtime.freebsd.11-x86</id>
5-
<version>12.0.0</version>
4+
<id>libLLVM.runtime.freebsd.12-x86</id>
5+
<version>13.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>
11-
<description>freebsd 11 x86 native library for libLLVM.</description>
11+
<description>freebsd 12 x86 native library for libLLVM.</description>
1212
<copyright>Copyright © LLVM Project</copyright>
13-
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
17-
<file src="libLLVM.so" target="runtimes\freebsd.11-x86\native\libLLVM.so" />
17+
<file src="libLLVM.so" target="runtimes\freebsd.12-x86\native\libLLVM.so" />
1818
</files>
1919
</package>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata minClientVersion="2.12">
4+
<id>libLLVM.runtime.freebsd.13-x64</id>
5+
<version>13.0.0</version>
6+
<authors>.NET Foundation and Contributors</authors>
7+
<owners>.NET Foundation and Contributors</owners>
8+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
9+
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
10+
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
11+
<description>freebsd 13 x64 native library for libLLVM.</description>
12+
<copyright>Copyright © LLVM Project</copyright>
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
14+
</metadata>
15+
<files>
16+
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
17+
<file src="libLLVM.so" target="runtimes\freebsd.13-x64\native\libLLVM.so" />
18+
</files>
19+
</package>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata minClientVersion="2.12">
4+
<id>libLLVM.runtime.freebsd.13-x86</id>
5+
<version>13.0.0</version>
6+
<authors>.NET Foundation and Contributors</authors>
7+
<owners>.NET Foundation and Contributors</owners>
8+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
9+
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
10+
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
11+
<description>freebsd 13 x86 native library for libLLVM.</description>
12+
<copyright>Copyright © LLVM Project</copyright>
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
14+
</metadata>
15+
<files>
16+
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
17+
<file src="libLLVM.so" target="runtimes\freebsd.13-x86\native\libLLVM.so" />
18+
</files>
19+
</package>

packages/libLLVM/libLLVM.runtime.linux-arm/libLLVM.runtime.linux-arm.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-arm</id>
5-
<version>12.0.0</version>
5+
<version>13.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 arm native library for libLLVM.</description>
1212
<copyright>Copyright © LLVM Project</copyright>
13-
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

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>12.0.0</version>
5+
<version>13.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-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.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>12.0.0</version>
5+
<version>13.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-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM.runtime.ubuntu.18.04-x64/libLLVM.runtime.ubuntu.18.04-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.ubuntu.18.04-x64</id>
5-
<version>12.0.0</version>
5+
<version>13.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>ubuntu 18.04 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-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM.runtime.ubuntu.20.04-x64/libLLVM.runtime.ubuntu.20.04-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.ubuntu.20.04-x64</id>
5-
<version>12.0.0</version>
5+
<version>13.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>ubuntu 20.04 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-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM.runtime.ubuntu.21.04-x64/libLLVM.runtime.ubuntu.21.04-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.ubuntu.21.04-x64</id>
5-
<version>12.0.0</version>
5+
<version>13.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>ubuntu 21.04 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-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM.runtime.win-arm64/libLLVM.runtime.win-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.win-arm64</id>
5-
<version>12.0.0</version>
5+
<version>13.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>win 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-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM.runtime.win-x64/libLLVM.runtime.win-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.win-x64</id>
5-
<version>12.0.0</version>
5+
<version>13.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>win 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-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM.runtime.win-x86/libLLVM.runtime.win-x86.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.win-x86</id>
5-
<version>12.0.0</version>
5+
<version>13.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>win x86 native library for libLLVM.</description>
1212
<copyright>Copyright © LLVM Project</copyright>
13-
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

packages/libLLVM/libLLVM/libLLVM.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</id>
5-
<version>12.0.0</version>
5+
<version>13.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>Multi-platform native library for libLLVM.</description>
1212
<copyright>Copyright © LLVM Project</copyright>
13-
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-12.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" />
1414
<dependencies>
1515
<group targetFramework=".NETStandard1.0">
1616
<dependency id="Microsoft.NETCore.Platforms" version="1.0.1" />

0 commit comments

Comments
 (0)