-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from tannergooding/main
Regenerating bindings for LLVM 13.0.0
- Loading branch information
Showing
230 changed files
with
768 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...x64/libLLVM.runtime.freebsd.11-x64.nuspec → ...x64/libLLVM.runtime.freebsd.12-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.freebsd.11-x64</id> | ||
<version>12.0.0</version> | ||
<id>libLLVM.runtime.freebsd.12-x64</id> | ||
<version>13.0.0</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>freebsd 11 x64 native library for libLLVM.</description> | ||
<description>freebsd 12 x64 native library for libLLVM.</description> | ||
<copyright>Copyright © LLVM Project</copyright> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-12.0.0" /> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="libLLVM.so" target="runtimes\freebsd.11-x64\native\libLLVM.so" /> | ||
<file src="libLLVM.so" target="runtimes\freebsd.12-x64\native\libLLVM.so" /> | ||
</files> | ||
</package> |
10 changes: 5 additions & 5 deletions
10
...x86/libLLVM.runtime.freebsd.11-x86.nuspec → ...x86/libLLVM.runtime.freebsd.12-x86.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.freebsd.11-x86</id> | ||
<version>12.0.0</version> | ||
<id>libLLVM.runtime.freebsd.12-x86</id> | ||
<version>13.0.0</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>freebsd 11 x86 native library for libLLVM.</description> | ||
<description>freebsd 12 x86 native library for libLLVM.</description> | ||
<copyright>Copyright © LLVM Project</copyright> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-12.0.0" /> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="libLLVM.so" target="runtimes\freebsd.11-x86\native\libLLVM.so" /> | ||
<file src="libLLVM.so" target="runtimes\freebsd.12-x86\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM/libLLVM.runtime.freebsd.13-x64/libLLVM.runtime.freebsd.13-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.freebsd.13-x64</id> | ||
<version>13.0.0</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>freebsd 13 x64 native library for libLLVM.</description> | ||
<copyright>Copyright © LLVM Project</copyright> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="libLLVM.so" target="runtimes\freebsd.13-x64\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM/libLLVM.runtime.freebsd.13-x86/libLLVM.runtime.freebsd.13-x86.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.freebsd.13-x86</id> | ||
<version>13.0.0</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>freebsd 13 x86 native library for libLLVM.</description> | ||
<copyright>Copyright © LLVM Project</copyright> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-13.0.0" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="libLLVM.so" target="runtimes\freebsd.13-x86\native\libLLVM.so" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.