summaryrefslogtreecommitdiff
path: root/extra/llvm
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-12-06 11:42:18 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-12-06 11:42:18 +0100
commitb4b51b967bbe6d8ce7d902900054f377625ae639 (patch)
tree1d806cb4a8c226752b554f6db2167c143b417aa5 /extra/llvm
parent41b47dec9688d9e442880f3cc0b357988bc1404a (diff)
downloadpackages-b4b51b967bbe6d8ce7d902900054f377625ae639.tar.xz
extra/llvm: removed temporary ocaml patching
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
- '
-)"