mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-08-30 18:04:04 +02:00
Remove Cranelift from LLVM alternatives (#1130)
### Description of Changes This PR removes Cranelift as alternative to LLVM, since it seems to be tainted aswell. Cranelift resides in the [wasmtime](https://github.com/bytecodealliance/wasmtime/tree/main/cranelift) repo, which has an [AGENTS.md](https://github.com/bytecodealliance/wasmtime/blob/main/AGENTS.md) file that links to a [permissive AI policy](https://github.com/bytecodealliance/governance/blob/main/AI_TOOL_POLICY.md). Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1130 Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
parent
ebba838680
commit
d066a4f5e5
1 changed files with 3 additions and 4 deletions
|
|
@ -789,16 +789,15 @@ This is a section for repos that are similar to this one either because they are
|
|||
|
||||
| Name | Last Untainted <br />Version/Commit ID | Evidence | Alternative(s) |
|
||||
|---|:---:|---|---|
|
||||
| [Cranelift](https://github.com/bytecodealliance/wasmtime/tree/main/cranelift) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/bytecodealliance/wasmtime/blob/main/AGENTS.md), [2](https://github.com/bytecodealliance/governance/blob/main/AI_TOOL_POLICY.md)) | See below |
|
||||
| [GCC](https://gcc.gnu.org/) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://gcc.gnu.org/ai-policy.html)) | See below |
|
||||
| [`Godbolt`](https://godbolt.org) | [`d107352`](https://github.com/compiler-explorer/compiler-explorer/commit/d1073529e6bb26361e1105f5e56ed33510a83d76)? | [](#permissive-ai-policy) ([1](https://github.com/compiler-explorer/compiler-explorer/blob/main/CLAUDE.md)) | [](#request-for-help) |
|
||||
| [LLVM](https://llvm.org/) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://llvm.org/docs/AIToolPolicy.html)) | See below |
|
||||
|
||||
> [!Note]
|
||||
> #### Compiler Alternatives
|
||||
> - [Cranelift](https://cranelift.dev/)
|
||||
> - [pcc](https://github.com/PortableCC/pcc)
|
||||
> - [QBE](https://c9x.me/compile)
|
||||
|
||||
> * [pcc](https://github.com/PortableCC/pcc)
|
||||
> * [QBE](https://c9x.me/compile)
|
||||
|
||||
### Linkers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue