summaryrefslogtreecommitdiff
path: root/extra/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'extra/llvm')
-rw-r--r--extra/llvm/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/llvm/PKGBUILD b/extra/llvm/PKGBUILD
deleted file mode 100644
index 3ade747e..00000000
--- a/extra/llvm/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# temporary, ocaml is broken on 32-bit, we work around the llvm issue
-# in binutils LTO plugins for now:
-makedepends=(${makedepends[@]/ocaml=$_ocaml_ver/})
-makedepends=(${makedepends[@]/ocaml-ctypes/})
-makedepends=(${makedepends[@]/ocaml-findlib/})
-pkgname=(${pkgname[@]/llvm-ocaml/})
-
-eval "$(
- declare -f build | \
- sed '
- s/ninja all ocaml_doc/ninja all/
- '
-)"
-
-eval "$(
- declare -f package_llvm | \
- sed '
- /ocaml/d
- '
-)"