aboutsummaryrefslogtreecommitdiff
path: root/alternatives/llvm-huge/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'alternatives/llvm-huge/llvm')
-rwxr-xr-xalternatives/llvm-huge/llvm/build19
-rw-r--r--alternatives/llvm-huge/llvm/checksums2
-rw-r--r--alternatives/llvm-huge/llvm/depends3
-rw-r--r--alternatives/llvm-huge/llvm/meta3
-rw-r--r--alternatives/llvm-huge/llvm/sources1
-rw-r--r--alternatives/llvm-huge/llvm/version1
6 files changed, 0 insertions, 29 deletions
diff --git a/alternatives/llvm-huge/llvm/build b/alternatives/llvm-huge/llvm/build
deleted file mode 100755
index f57f3451..00000000
--- a/alternatives/llvm-huge/llvm/build
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh -e
-
-export DESTDIR="$1"
-
-cmake -S llvm -B build \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DLIBCXX_HAS_MUSL_LIBC=YES \
- -DLLVM_BUILD_LLVM_DYLIB=ON \
- -DLLVM_LINK_LLVM_DYLIB=ON \
- -DLLVM_ENABLE_PROJECTS="clang;lld" \
- -DLLVM_ENABLE_RTTI=ON \
- -DLLVM_BUILD_EXAMPLES=OFF \
- -DLLVM_BUILD_DOCS=OFF \
- -DLLVM_BUILD_TESTS=OFF \
- -Wno-dev
-
-cmake --build build
-cmake --install build
diff --git a/alternatives/llvm-huge/llvm/checksums b/alternatives/llvm-huge/llvm/checksums
deleted file mode 100644
index 576cb992..00000000
--- a/alternatives/llvm-huge/llvm/checksums
+++ /dev/null
@@ -1,2 +0,0 @@
-%BLAKE3
-f71bb76b30dfbe11adf2631b3896b8361bbc1168a61e16736a437356fa317850 llvm-project-14.0.6.src.tar.xz
diff --git a/alternatives/llvm-huge/llvm/depends b/alternatives/llvm-huge/llvm/depends
deleted file mode 100644
index 126422ec..00000000
--- a/alternatives/llvm-huge/llvm/depends
+++ /dev/null
@@ -1,3 +0,0 @@
-cmake make
-python make
-zlib
diff --git a/alternatives/llvm-huge/llvm/meta b/alternatives/llvm-huge/llvm/meta
deleted file mode 100644
index 26ff2b56..00000000
--- a/alternatives/llvm-huge/llvm/meta
+++ /dev/null
@@ -1,3 +0,0 @@
-description: Low Level Virtual Machine
-license: Apache-2.0
-maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/alternatives/llvm-huge/llvm/sources b/alternatives/llvm-huge/llvm/sources
deleted file mode 100644
index bbefe910..00000000
--- a/alternatives/llvm-huge/llvm/sources
+++ /dev/null
@@ -1 +0,0 @@
-https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-project-14.0.6.src.tar.xz
diff --git a/alternatives/llvm-huge/llvm/version b/alternatives/llvm-huge/llvm/version
deleted file mode 100644
index 4de48ee7..00000000
--- a/alternatives/llvm-huge/llvm/version
+++ /dev/null
@@ -1 +0,0 @@
-14.0.6 1