Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)

project(LLVMSharp VERSION 21.1.8)
project(LLVMSharp VERSION 22.1.8)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVM.runtime.linux-arm64</id>
<version>21.1.8</version>
<version>22.1.8</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
<description>linux arm64 native library for libLLVM.</description>
<copyright>Copyright © LLVM Project</copyright>
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-21.1.8" />
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-22.1.8" />
</metadata>
<files>
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVM.runtime.linux-x64</id>
<version>21.1.8</version>
<version>22.1.8</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
<description>linux x64 native library for libLLVM.</description>
<copyright>Copyright © LLVM Project</copyright>
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-21.1.8" />
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-22.1.8" />
</metadata>
<files>
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVM.runtime.osx-arm64</id>
<version>21.1.8</version>
<version>22.1.8</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
<description>osx arm64 native library for libLLVM.</description>
<copyright>Copyright © LLVM Project</copyright>
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-21.1.8" />
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-22.1.8" />
</metadata>
<files>
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVM.runtime.win-arm64</id>
<version>21.1.8</version>
<version>22.1.8</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
<description>win arm64 native library for libLLVM.</description>
<copyright>Copyright © LLVM Project</copyright>
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-21.1.8" />
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-22.1.8" />
</metadata>
<files>
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVM.runtime.win-x64</id>
<version>21.1.8</version>
<version>22.1.8</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
<description>win x64 native library for libLLVM.</description>
<copyright>Copyright © LLVM Project</copyright>
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-21.1.8" />
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-22.1.8" />
</metadata>
<files>
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" />
Expand Down
4 changes: 2 additions & 2 deletions packages/libLLVM/libLLVM/libLLVM.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVM</id>
<version>21.1.8</version>
<version>22.1.8</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">Apache-2.0 WITH LLVM-exception</license>
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
<description>Multi-platform native library for libLLVM.</description>
<copyright>Copyright © LLVM Project</copyright>
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-21.1.8" />
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-22.1.8" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions packages/libLLVM/libLLVM/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"runtimes": {
"linux-arm64": {
"libLLVM": {
"libLLVM.runtime.linux-arm64": "21.1.8"
"libLLVM.runtime.linux-arm64": "22.1.8"
}
},
"linux-x64": {
"libLLVM": {
"libLLVM.runtime.linux-x64": "21.1.8"
"libLLVM.runtime.linux-x64": "22.1.8"
}
},
"osx-arm64": {
"libLLVM": {
"libLLVM.runtime.osx-arm64": "21.1.8"
"libLLVM.runtime.osx-arm64": "22.1.8"
}
},
"win-arm64": {
"libLLVM": {
"libLLVM.runtime.win-arm64": "21.1.8"
"libLLVM.runtime.win-arm64": "22.1.8"
}
},
"win-x64": {
"libLLVM": {
"libLLVM.runtime.win-x64": "21.1.8"
"libLLVM.runtime.win-x64": "22.1.8"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVMSharp.runtime.linux-arm64</id>
<version>21.1.8.1</version>
<version>22.1.8.1</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVMSharp.runtime.linux-x64</id>
<version>21.1.8.1</version>
<version>22.1.8.1</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVMSharp.runtime.osx-arm64</id>
<version>21.1.8.1</version>
<version>22.1.8.1</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVMSharp.runtime.win-arm64</id>
<version>21.1.8.1</version>
<version>22.1.8.1</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVMSharp.runtime.win-x64</id>
<version>21.1.8.1</version>
<version>22.1.8.1</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion packages/libLLVMSharp/libLLVMSharp/libLLVMSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVMSharp</id>
<version>21.1.8.1</version>
<version>22.1.8.1</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
10 changes: 5 additions & 5 deletions packages/libLLVMSharp/libLLVMSharp/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"runtimes": {
"linux-arm64": {
"libLLVMSharp": {
"libLLVMSharp.runtime.linux-arm64": "21.1.8.1"
"libLLVMSharp.runtime.linux-arm64": "22.1.8.1"
}
},
"linux-x64": {
"libLLVMSharp": {
"libLLVMSharp.runtime.linux-x64": "21.1.8.1"
"libLLVMSharp.runtime.linux-x64": "22.1.8.1"
}
},
"osx-arm64": {
"libLLVMSharp": {
"libLLVMSharp.runtime.osx-arm64": "21.1.8.1"
"libLLVMSharp.runtime.osx-arm64": "22.1.8.1"
}
},
"win-arm64": {
"libLLVMSharp": {
"libLLVMSharp.runtime.win-arm64": "21.1.8.1"
"libLLVMSharp.runtime.win-arm64": "22.1.8.1"
}
},
"win-x64": {
"libLLVMSharp": {
"libLLVMSharp.runtime.win-x64": "21.1.8.1"
"libLLVMSharp.runtime.win-x64": "22.1.8.1"
}
}
}
Expand Down
Loading