From d066a4f5e5b082638b6949688c9172ee794bd1d0 Mon Sep 17 00:00:00 2001 From: Cye Date: Thu, 13 Aug 2026 15:02:00 +0200 Subject: [PATCH] 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 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 319b1b5..4f2cd90 100644 --- a/README.md +++ b/README.md @@ -789,16 +789,15 @@ This is a section for repos that are similar to this one either because they are | Name | Last Untainted
Version/Commit ID | Evidence | Alternative(s) | |---|:---:|---|---| +| [Cranelift](https://github.com/bytecodealliance/wasmtime/tree/main/cranelift) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#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](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#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](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/compiler-explorer/compiler-explorer/blob/main/CLAUDE.md)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | | [LLVM](https://llvm.org/) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#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