文件名称:LLVMSharp:使用ClangSharp用C#编写的.NET Standard的LLVM绑定
文件大小:383KB
文件格式:ZIP
更新时间:2024-05-24 22:27:10
llvm llvm-bindings C#
LLVMSharp LLVMSharp是用于访问LLVM基础结构的多平台.NET标准库。 绑定是使用解析LLVM-C头文件自动生成的。 工作 调试状态 发行状态 Windows x86 Windows x64 Ubuntu 16.04 x64 MacOS x64 用于.NET Core 2.0+(Linux,macOS,Windows)和.NET Framework 4+的-每个版本都是从相应的LLVM版本构建的。 建立LLVMSharp 在使用.NET CoreLinux上: $ git clone http://github.com/Microsoft/LLVMSharp $ cd LLVMSharp $ dotnet build 在Windows上使用.NET Core 注意: -您需要从Visual Studio开发人员命令提示符中运行这些命令。 : >