diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-11-30 16:03:15 -0500 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-11-30 16:03:15 -0500 |
| commit | e2c0b29e13e20c30c863da4f2c1d39eabec6c683 (patch) | |
| tree | 296ffbe77f4a0ea94516f7b23996bfbaf1c641d0 | |
| parent | 07fe604fb4b19b7622b54908d9deebf00dc73846 (diff) | |
Removed individual LLVM components due to a lack of modularity
| -rw-r--r-- | STATUS.md | 5 | ||||
| -rw-r--r-- | sources/clang/clang.spec | 5 | ||||
| -rw-r--r-- | sources/compiler-rt/compiler-rt.spec | 5 | ||||
| -rw-r--r-- | sources/libcxx/libcxx.spec | 5 | ||||
| -rw-r--r-- | sources/libcxxabi/libcxxabi.spec | 5 | ||||
| -rw-r--r-- | sources/libunwind/libunwind.spec | 5 |
6 files changed, 0 insertions, 30 deletions
@@ -12,17 +12,12 @@ Definitions: | `busybox` | No | No | | `byacc` | Yes | Yes | | `bzip2` | Yes | Yes | -| `clang` | No | No | | `cmake` | Yes | Yes | -| `compiler-rt` | No | No | | `editline` | Yes | Yes | | `flex` | Yes | Yes | | `libarchive` | Yes | Yes | -| `libcxx` | No | No | -| `libcxxabi` | No | No | | `libressl` | Yes | Yes | | `libtool` | Yes | Yes | -| `libunwind` | No | No | | `linux` | No | No | | `llvm` | No | No | | `m4` | Yes | Yes | diff --git a/sources/clang/clang.spec b/sources/clang/clang.spec deleted file mode 100644 index 7702590..0000000 --- a/sources/clang/clang.spec +++ /dev/null @@ -1,5 +0,0 @@ -# Maintainer: Alexander Hill <ahill@breadpudding.dev> -SRC_HASH="348ace5d715c4caa6fb89b4c6fe07c21650e10b2fac37d8b0db75c0b11be9011" -SRC_NAME="clang" -SRC_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/clang-21.1.6.src.tar.xz" -SRC_VERSION="21.1.6" diff --git a/sources/compiler-rt/compiler-rt.spec b/sources/compiler-rt/compiler-rt.spec deleted file mode 100644 index a4f1100..0000000 --- a/sources/compiler-rt/compiler-rt.spec +++ /dev/null @@ -1,5 +0,0 @@ -# Maintainer: Alexander Hill <ahill@breadpudding.dev> -SRC_HASH="bdd904f3aac9f4c4424f3440aff498cc04d66f243e37156b6d167ffb7b599f89" -SRC_NAME="compiler-rt" -SRC_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/compiler-rt-21.1.6.src.tar.xz" -SRC_VERSION="21.1.6" diff --git a/sources/libcxx/libcxx.spec b/sources/libcxx/libcxx.spec deleted file mode 100644 index a45dd31..0000000 --- a/sources/libcxx/libcxx.spec +++ /dev/null @@ -1,5 +0,0 @@ -# Maintainer: Alexander Hill <ahill@breadpudding.dev> -SRC_HASH="500b13d4ddc24733549b55a2584143274c7004966dcd6f5f98e5a22f7bfe9fd5" -SRC_NAME="libcxx" -SRC_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/libcxx-21.1.6.src.tar.xz" -SRC_VERSION="21.1.6" diff --git a/sources/libcxxabi/libcxxabi.spec b/sources/libcxxabi/libcxxabi.spec deleted file mode 100644 index d9f648a..0000000 --- a/sources/libcxxabi/libcxxabi.spec +++ /dev/null @@ -1,5 +0,0 @@ -# Maintainer: Alexander Hill <ahill@breadpudding.dev> -SRC_HASH="984dfc757fed1e4e9f668240bc0d4a6c60ca9406269d045462c0afe9ce0e85d9" -SRC_NAME="libcxxabi" -SRC_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/libcxxabi-21.1.6.src.tar.xz" -SRC_VERSION="21.1.6" diff --git a/sources/libunwind/libunwind.spec b/sources/libunwind/libunwind.spec deleted file mode 100644 index cdcd6f2..0000000 --- a/sources/libunwind/libunwind.spec +++ /dev/null @@ -1,5 +0,0 @@ -# Maintainer: Alexander Hill <ahill@breadpudding.dev> -SRC_HASH="25d8bf5bd0d95641c738ea690b18564f5fc9fb7e7bbab17329b391988e71ae8c" -SRC_NAME="libunwind" -SRC_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/libunwind-21.1.6.src.tar.xz" -SRC_VERSION="21.1.6" |
