Index: Makefile
===================================================================
--- Makefile (revision 39)
+++ Makefile (revision 40)
@@ -7,7 +7,7 @@
url = $(DOWNLOAD_SERVER)/sources/packages/d/llvm
-versions = 13.0.0 15.0.4
+versions = 16.0.2
pkgname = llvm
suffix = tar.xz
@@ -14,42 +14,29 @@
tarballs = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/llvm-13.0.0-clang-gnu-triple.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-clang-set-revision.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-clangd-riscv64.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-compiler-rt-p5600.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-compiler-rt-ppc64.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-compiler-rt-synonyms.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-lldb-riscv64.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-lldb-set-revision.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-llvm-64bit-atomic.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-llvm-pass-variables.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-llvm-ppc64.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-llvm-versioning.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-polly-hack.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-python3.patch
-patches += $(CURDIR)/patches/llvm-13.0.0-scan-build-py-x32.patch
+patches = $(CURDIR)/patches/llvm-16.0.2-clang-gnu-triple.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-clang-set-revision.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-clangd-riscv64.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-compiler-rt-mips.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-compiler-rt-jz47xx.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-compiler-rt-p5600.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-compiler-rt-ppc64.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-compiler-rt-synonyms.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-lldb-instr-link.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-lldb-lua-version.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-lldb-riscv64.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-lldb-set-revision.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-llvm-64bit-atomic.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-llvm-install-symlink.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-llvm-pass-variables.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-llvm-ppc64.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-llvm-versioning.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-openmp-perl.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-polly-hack.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-pstl-x32.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-x32-interpreter.patch
+patches += $(CURDIR)/patches/llvm-16.0.2-x64-interpreter.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-clang-gnu-triple.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-clang-set-revision.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-clangd-riscv64.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-compiler-rt-mips.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-compiler-rt-p5600.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-compiler-rt-ppc64.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-compiler-rt-synonyms.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-lldb-lua-version.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-lldb-riscv64.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-lldb-set-revision.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-llvm-64bit-atomic.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-llvm-install-symlink.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-llvm-ppc64.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-llvm-versioning.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-openmp-perl.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-polly-hack.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-python3.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-scan-build-py-x32.patch
-patches += $(CURDIR)/patches/llvm-15.0.4-pstl-x32.patch
-
.NOTPARALLEL: $(patches)
@@ -83,40 +70,28 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-13.0.0-clang-gnu-triple-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-clang-set-revision-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-clangd-riscv64-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-compiler-rt-p5600-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-compiler-rt-ppc64-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-compiler-rt-synonyms-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-lldb-riscv64-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-lldb-set-revision-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-llvm-64bit-atomic-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-llvm-pass-variables-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-llvm-ppc64-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-llvm-versioning-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-polly-hack-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-python3-patch ; ./create.patch.sh ) ; \
- ( cd create-13.0.0-scan-build-py-x32-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-clang-gnu-triple-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-clang-set-revision-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-clangd-riscv64-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-compiler-rt-mips-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-compiler-rt-p5600-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-compiler-rt-ppc64-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-compiler-rt-synonyms-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-lldb-lua-version-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-lldb-riscv64-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-lldb-set-revision-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-llvm-64bit-atomic-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-llvm-install-symlink-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-llvm-ppc64-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-llvm-versioning-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-openmp-perl-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-polly-hack-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-python3-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-scan-build-py-x32-patch ; ./create.patch.sh ) ; \
- ( cd create-15.0.4-pstl-x32-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-clang-gnu-triple-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-clang-set-revision-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-clangd-riscv64-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-compiler-rt-mips-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-compiler-rt-jz47xx-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-compiler-rt-p5600-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-compiler-rt-ppc64-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-compiler-rt-synonyms-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-lldb-instr-link-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-lldb-lua-version-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-lldb-riscv64-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-lldb-set-revision-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-llvm-64bit-atomic-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-llvm-install-symlink-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-llvm-pass-variables-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-llvm-ppc64-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-llvm-versioning-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-openmp-perl-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-polly-hack-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-pstl-x32-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-x32-interpreter-patch ; ./create.patch.sh ) ; \
+ ( cd create-16.0.2-x64-interpreter-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: