Skip to content

Commit f570893

Browse files
Merge pull request #197 from tannergooding/main
Regenerating bindings for LLVM v15.0.0
2 parents 387ee47 + 9f971d7 commit f570893

File tree

316 files changed

+1143
-2958
lines changed

Some content is hidden

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

316 files changed

+1143
-2958
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<DebugType>embedded</DebugType>
2626
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
2727
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
28-
<Nullable>disable</Nullable>
28+
<Nullable>enable</Nullable>
2929
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3030
<SignAssembly>true</SignAssembly>
3131
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
@@ -45,7 +45,7 @@
4545
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
4646
<Product>LLVMSharp</Product>
4747
<RootNamespace>LLVMSharp</RootNamespace>
48-
<VersionPrefix>14.0.0</VersionPrefix>
48+
<VersionPrefix>15.0.0</VersionPrefix>
4949
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta1</VersionSuffix>
5050
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
5151
</PropertyGroup>

Directory.Build.targets

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

1313
<!-- Settings that append the existing setting value -->
1414
<PropertyGroup>
15-
<NoWarn>$(NoWarn)</NoWarn>
15+
<NoWarn>$(NoWarn);AD0001</NoWarn>
1616
</PropertyGroup>
1717

1818
<!-- Settings that are only set for CI builds -->

Directory.Packages.props

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

1313
<!-- Package versions for package references across all projects -->
1414
<ItemGroup>
15-
<PackageVersion Include="libLLVM" Version="14.0.0" />
15+
<PackageVersion Include="libLLVM" Version="15.0.0" />
1616
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
1717
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
1818
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />

LLVMSharp.sln

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.win-x86", "
9999
packages\libLLVM\libLLVM.runtime.win-x86\libLLVM.runtime.win-x86.nuspec = packages\libLLVM\libLLVM.runtime.win-x86\libLLVM.runtime.win-x86.nuspec
100100
EndProjectSection
101101
EndProject
102-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.ubuntu.21.10-x64", "libLLVM.runtime.ubuntu.21.10-x64", "{1808D302-0067-4121-964C-2CBAFB8A957A}"
102+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.ubuntu.22.04-x64", "libLLVM.runtime.ubuntu.22.04-x64", "{1808D302-0067-4121-964C-2CBAFB8A957A}"
103103
ProjectSection(SolutionItems) = preProject
104-
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
104+
packages\libLLVM\libLLVM.runtime.ubuntu.22.04-x64\libLLVM.runtime.ubuntu.22.04-x64.nuspec = packages\libLLVM\libLLVM.runtime.ubuntu.22.04-x64\libLLVM.runtime.ubuntu.22.04-x64.nuspec
105105
EndProjectSection
106106
EndProject
107107
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.win-arm64", "libLLVM.runtime.win-arm64", "{19DB05E9-59B6-45E9-B47D-62913F7DF9A8}"
@@ -123,6 +123,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.freebsd.13-
123123
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
124124
EndProjectSection
125125
EndProject
126+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.linux-x64", "libLLVM.runtime.linux-x64", "{C8508256-2EC1-4C88-B61D-AFB86569FBCD}"
127+
ProjectSection(SolutionItems) = preProject
128+
packages\libLLVM\libLLVM.runtime.linux-x64\libLLVM.runtime.linux-x64.nuspec = packages\libLLVM\libLLVM.runtime.linux-x64\libLLVM.runtime.linux-x64.nuspec
129+
EndProjectSection
130+
EndProject
131+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libLLVM.runtime.osx-arm64", "libLLVM.runtime.osx-arm64", "{3870145D-F6DC-4082-A3F5-2316D49ADD43}"
132+
ProjectSection(SolutionItems) = preProject
133+
packages\libLLVM\libLLVM.runtime.osx-arm64\libLLVM.runtime.osx-arm64.nuspec = packages\libLLVM\libLLVM.runtime.osx-arm64\libLLVM.runtime.osx-arm64.nuspec
134+
EndProjectSection
135+
EndProject
126136
Global
127137
GlobalSection(SolutionConfigurationPlatforms) = preSolution
128138
Debug|Any CPU = Debug|Any CPU
@@ -162,6 +172,8 @@ Global
162172
{CEA0F0C9-DF25-446B-8F55-FB629BD1D3E6} = {62B5C536-C224-4EE1-972F-05F732B5980B}
163173
{706334B8-BB91-49A4-BC9C-DFFDF3DCD770} = {E8ADE5A7-4363-43B7-B104-6B0E5510CAF0}
164174
{4F526018-55AE-41FF-BF01-21F60EB95CBC} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
175+
{C8508256-2EC1-4C88-B61D-AFB86569FBCD} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
176+
{3870145D-F6DC-4082-A3F5-2316D49ADD43} = {9D46FF1C-E09F-4063-A97D-C09F26310B67}
165177
EndGlobalSection
166178
GlobalSection(ExtensibilityGlobals) = postSolution
167179
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>14.0.0</version>
5+
<version>15.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-14.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-15.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />

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>14.0.0</version>
5+
<version>15.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-14.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-15.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>14.0.0</version>
5+
<version>15.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-14.0.0" />
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-15.0.0" />
1414
</metadata>
1515
<files>
1616
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
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.linux-x64</id>
5+
<version>15.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>linux 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-15.0.0" />
14+
</metadata>
15+
<files>
16+
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
17+
<file src="libLLVM.so" target="runtimes\linux-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.osx-arm64</id>
5+
<version>15.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>osx arm64 native library for libLLVM.</description>
12+
<copyright>Copyright © LLVM Project</copyright>
13+
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-15.0.0" />
14+
</metadata>
15+
<files>
16+
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
17+
<file src="libLLVM.dylib" target="runtimes\osx-arm64\native\libLLVM.dylib" />
18+
</files>
19+
</package>

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

0 commit comments

Comments
 (0)