summaryrefslogtreecommitdiff
path: root/extra/llvm
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-27 21:29:14 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-27 21:29:14 +0200
commit62f2b3c7665fb40dbf8da832a2bb0ba41df792e0 (patch)
tree17e60777975e3ad838069a04a101387349716e7f /extra/llvm
parent136b52c87dd7d5b254194b8075691556894b030d (diff)
downloadpackages-62f2b3c7665fb40dbf8da832a2bb0ba41df792e0.tar.xz
extra/llvm: removed all temporary 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 464c18c2..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:
-pkgname=(${pkgname[@]/llvm-ocaml/})
-makedepends=(${makedepends[@]/ocaml=$_ocaml_ver/})
-makedepends=(${makedepends[@]/ocaml-ctypes/})
-makedepends=(${makedepends[@]/ocaml-findlib/})
-
-eval "$(
- declare -f build | \
- sed '
- s/ninja all ocaml_doc/ninja all/
- '
-)"
-
-eval "$(
- declare -f package_llvm | \
- sed '
- /ocaml/d
- '
-)"