diff --git a/common/shlibs b/common/shlibs index 4c487cb844..fa1e88c14b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1012,8 +1012,8 @@ libuchardet.so.0 uchardet-0.0.6_1 libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1 libyajl.so.2 yajl-2.0.1_1 libconfuse.so.2 confuse-3.2.1_1 -liblldb.so.7 lldb-7.0.0_1 -libclang.so.7 clang-7.0.0_1 +liblldb.so.8 lldb-8.0.0_1 +libclang.so.8 clang-8.0.0_1 libLLVM-6.0.so libllvm6.0-6.0.0_1 libLLVM-7.so libllvm7-7.0.0_1 libLLVM-8.so libllvm8-8.0.0_1 diff --git a/srcpkgs/libllvm8 b/srcpkgs/libllvm8 new file mode 120000 index 0000000000..8ec3476f9c --- /dev/null +++ b/srcpkgs/libllvm8 @@ -0,0 +1 @@ +llvm8 \ No newline at end of file diff --git a/srcpkgs/llvm/template b/srcpkgs/llvm/template index 4bce3527d1..d6452c67e1 100644 --- a/srcpkgs/llvm/template +++ b/srcpkgs/llvm/template @@ -1,9 +1,9 @@ # Template file for 'llvm' pkgname=llvm -version=7.0.1 -revision=2 +version=8.0.0 +revision=1 build_style=meta -depends="llvm7" +depends="llvm8" short_desc="LLVM meta package" maintainer="Rasmus Thomsen " license="Public Domain" diff --git a/srcpkgs/llvm8/template b/srcpkgs/llvm8/template index a2851488ce..1c6c115d36 100644 --- a/srcpkgs/llvm8/template +++ b/srcpkgs/llvm8/template @@ -46,7 +46,7 @@ case "$XBPS_TARGET_MACHINE" in armv5*) broken="Tries to assemble VFP instructions with armv5tel arch";; esac -post_extract() { +post_patch() { # patches cd ${XBPS_BUILDDIR}/llvm-${version}.src for i in ${FILESDIR}/patches/llvm/llvm-*.patch; do