-
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.
* Updating Clang/LLVM to 12.0.0 * Splitting the main project into LLVMSharp and LLVMSharp.Interop * master -> main
- Loading branch information
1 parent
a40e0ce
commit fbdb2db
Showing
261 changed files
with
1,033 additions
and
536 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
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
14 changes: 7 additions & 7 deletions
14
...4/libLLVM.runtime.ubuntu.16.04-x64.nuspec → ...4/libLLVM.runtime.ubuntu.21.04-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.ubuntu.16.04-x64</id> | ||
<version>11.0.0</version> | ||
<id>libLLVM.runtime.ubuntu.21.04-x64</id> | ||
<version>12.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<license type="expression">Apache-2.0 WITH LLVM-exception</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>ubuntu 16.04 x64 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm/llvm-project" branch="llvmorg-11.0.0" /> | ||
<description>ubuntu 21.04 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" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="libLLVM.so" target="runtimes\ubuntu.16.04-x64\native\libLLVM.so" /> | ||
<file src="libLLVM.so" target="runtimes\ubuntu.21.04-x64\native\libLLVM.so" /> | ||
</files> | ||
</package> |
Oops, something went wrong.