LLVMSharp icon indicating copy to clipboard operation
LLVMSharp copied to clipboard

LLVM bindings for .NET Standard written in C# using ClangSharp

Results 44 LLVMSharp issues
Sort by recently updated
recently updated
newest added

Hey! I'm making a compiler which will use LLVM as its backend. But while I was doing some tests, I saw that LLVM, for some reason, was transforming any integer...

- add `dependabot.yml` which automatically enables Dependabot's dependency versioning scanner and dependency update PRs bot by declaring dependency ecosystems and sources in the project. For dependency security vulnerabilities scanner and...

- ready-to-start GitHub Codespaces configuration with all necessary tooling - in addition, it provides basic tools for: - .NET development - GitHub support - overall more pleasant VS Code experience...

- add `codeql-analysis.yml` which automatically enables CodeQL code security and quality scanner. It executes on every push commit, PR, manually and every day at 8:00AM UTC. A scan check can...

I encountered an error when using `BuildGEP` saying there were some null elements being passed in. The `ArrayPool` can sometimes return a larger array than what was requested, so was...

If I look at the dependencies at https://nuget.info/packages/libLLVM/11.0.0 I see for arm64: ``` "linux-arm64": { "libLLVM": { "libLLVM.runtime.linux-arm64": "11.0.0" } }, ``` However if I search nuget for `libLLVM.runtime` for...

If using Alpine Linux, the libLLVM runtime for ubuntu would be selected. The ubuntu's `libLLVM.so` is not compatible with musl-based distributions. Would you please consider adding libLLVM runtime for `linux-musl`...

- [GitHub Codespaces](https://github.com/features/codespaces) is a configurable cloud development environment available in your browser on GitHub or through Visual Studio Code. Pipeline Foundation is **a non-profit initiative** with the sole purpose...

- [Dependabot](https://dependabot.com/) alerts on updates for the project's dated and vulnerable dependencies and automatically creates PRs to easily update them Pipeline Foundation is **a non-profit initiative** with the sole purpose...