- llvm-toolchain-13 (1:13.0.0-9+rpi2) bookworm-staging; urgency=medium
-
- * Remove armhf from architecture list for libunwind-13-dev dependency.
-
- -- Peter Michael Green <plugwash@raspbian.org> Tue, 23 Nov 2021 22:37:30 +0000
-
- llvm-toolchain-13 (1:13.0.0-9+rpi1) bookworm-staging; urgency=medium
++llvm-toolchain-13 (1:13.0.1~+rc3-1~exp1+rpi1) bookworm-staging; urgency=medium
+
+ [changes brought forward from llvm-toolchain-3.8 1:3.8-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 14 May 2016 21:43:35 +0000]
+ * Cleanup .pyc files in clean target.
+ * Add a hack to the cmake based build to force armv6 (unfortunately the cmake
+ based build relies on config.guess which assumes you want to build for the
+ hardware you are running on).
+ * Add -DCOMPILER_RT_BUILD_BUILTINS=OFF to disable parts of compiler-rt that
+ are broken on lower arm architectures.
+
+ [changes introduced in llvm-toolchain-3.9 1:3.9.1-1 by Peter Michael Green]
+ * disable testsuite (using a method that is hopefully less likely to cause diff conflicts than previously).
+ * Remove -march=armv7-a in compiler-rt/cmake/config-ix-base.cmake
+ * Clean up debian/usr in clean target.
+ * Clean up clang/tools/*-3.9 in clean target.
+ * Clean up stray *3.9.vim files
+ * Clean up clang/tools/scan-build/man/scan-build-3.9.1 and utils/vim/llvm-3.9-vimrc
+ * Clean up debian/*.install
+
+ [changes introduced in llvm-toolchain-6.0 1:6.0-1+rpi1 by Peter michael green]
+ * create build-llvm/docs/ocamldoc/html/ so the install target doesn't complain
+ about it not existing.
+ * clean up more crap left behind by build process.
+
+ [changes introduced in llvm-toolchain-6.0 1:6.0-3+rpi1 by Peter Michael Green]
+ * Remove debian/man in clean target.
+
+ [changes introduced in llvm-toolchain-7 1:7-6+rpi1 by Peter Michael Green]
+ * Use libatomic on armhf
+ * Set cmake/config.guess.hack back to mode 644 in clean target to keep
+ git/dgit happy.
+ * Yet more clean target fixes.
+
+ [changes introduced in llvm-toolchain-7 1:7.0.1-1+rpi2 by Peter Michael Green]
+ * Change triplet in debian/rules to use armv6k rather than armv7l
+
+ [changes introduced in llvm-toolchain-12 1:12.0.1-16 by Peter Michael Green]
+ * Disable llvm libunwind on armhf, it seems to come out armv7 contaminated.
+
+ [changes introduced in llvm-toolchain-13 (1:13.0.0-9+rpi1 by Peter Michael Green]
+ * Disable scudo on armhf, it needs atomics which we do not want to enable.
+
- -- Peter Michael Green <plugwash@raspbian.org> Wed, 17 Nov 2021 04:09:35 +0000
++ [changes brought forward from 1:13.0.0-9+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Tue, 23 Nov 2021 22:37:30 +0000]
++ * Remove armhf from architecture list for libunwind-13-dev dependency.
++
++ -- Peter Michael Green <plugwash@raspbian.org> Thu, 10 Feb 2022 16:53:49 +0000
++
+ llvm-toolchain-13 (1:13.0.1~+rc3-1~exp1) experimental; urgency=medium
+
+ [ Samuel Thibault ]
+ * Explicitly link against -latomic on all ports, not only the Linux ones.
+ * Stop hardcoding -DCMAKE_SYSTEM_NAME=Linux as cmake parameter, as it breaks
+ stage2 builds on non-Linux architectures
+
+ [ Pino Toscano ]
+ * debian/rules: Disable 64bit runtime build on hurd-i386 (Closes: #1003081).
+
+ [ Sylvestre Ledru ]
+ * New rc
+ * Lower the debhelper dep to 10 for debian stretch
+ * Rename ocaml-nox => ocaml-base (Closes: #1002609)
+ * Remove Build-Conflicts: ocaml
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Thu, 13 Jan 2022 21:17:23 +0100
+
+ llvm-toolchain-13 (1:13.0.1~+rc1-1~exp4) experimental; urgency=medium
+
+ * Fix the cmake file with the mlir introducing
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Thu, 06 Jan 2022 14:30:59 +0100
+
+ llvm-toolchain-13 (1:13.0.1~+rc1-1~exp3) experimental; urgency=medium
+
+ * Build and ship MLIR as 3 new packages (libmlir-13-dev, libmlir-13
+ and mlir-13-tools)
+ * Install bfd plugins in
+ /usr/lib/bfd-plugins/LLVMgold-@LLVM_VERSION@.so
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Fri, 31 Dec 2021 12:22:38 +0100
+
+ llvm-toolchain-13 (1:13.0.1~+rc1-1~exp2) experimental; urgency=medium
+
+ * Bring back the dependency clang => llvm-13-linker-tools
+ * Unbreak llvm-toolchain-13 on buster.
+ -fuse-ld=gold wasn't passed to compiler-rt. it was using bfd.
+ And binutils shipping in buster has a bug preventing this to work:
+ https://github.com/llvm/llvm-project/issues/42339
+ * Remove AVR from LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. stable since 11
+ https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html#changes-to-the-avr-target
+ * Use the version suffix when calling wasm-ld => wasm-ld-13
+ https://bugzilla.mozilla.org/show_bug.cgi?id=1747145
+ * Fix run-clang-tidy symlink. it moved from /usr/lib/llvm-13/share/clang/run-clang-tidy
+ to /usr/lib/llvm-13/bin/run-clang-tidy
+ (Closes: #1001748)
+ * Install LLVMgold in usr/lib/bfd-plugins to help various tools to understand the
+ format (Closes: #919020)
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Thu, 16 Dec 2021 14:28:09 +0100
+
+ llvm-toolchain-13 (1:13.0.1~+rc1-1~exp1) experimental; urgency=medium
+
+ * New testing release
+ * Use parallel + -4 for the xz tarballs compression to make it faster
+ * Add manpages for git-clang-format & run-clang-tidy
+ * Add back -DLLVM_VERSION_SUFFIX=. Useless for 13 but necessary for snapshot
+ Otherwise, it adds "git" to the libs
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Thu, 11 Nov 2021 22:45:25 +0100
llvm-toolchain-13 (1:13.0.0-9) unstable; urgency=medium
g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32],
libjs-mathjax, python3-recommonmark,
doxygen, gfortran,
- ocaml-nox [amd64 arm64 armhf ppc64el s390x],
+ ocaml-base [amd64 arm64 armhf ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 armhf ppc64el riscv64 s390x],
- ocaml-findlib [amd64 arm64 armhf ppc64el riscv64 s390x],
- libctypes-ocaml-dev [amd64 arm64 armhf ppc64el riscv64 s390x],
- dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el riscv64 s390x],
- libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
- llvm-spirv [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] <!stage1> | hello [!i386],
- spirv-tools [ linux-any ] | hello [ !i386]
-# "| hello" is for older buster/bionic distros without spirv support
-Build-Conflicts: oprofile
+ ocaml-findlib [amd64 arm64 armhf ppc64el s390x],
+ libctypes-ocaml-dev [amd64 arm64 armhf ppc64el s390x],
+ dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el s390x],
+ libpfm4-dev [linux-any], python3-setuptools, libz3-dev
- Build-Conflicts: oprofile, ocaml, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev
++Build-Conflicts: oprofile, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev
Standards-Version: 4.2.1
Homepage: https://www.llvm.org/
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b snapshot
# OpenMP
openmp/openmp-check-execstack.diff
openmp/openmp-mips-affinity.patch
--
# libcxx
libcxx/libcxxabi-test-don-t-fail-extended-long-double.patch
libcxx/libcxx-test-fix-lockfree-test-for-i386.patch
mips/mips-fpxx-enable.diff
mips/mips-force-nomadd4.patch
mips/mips-D101773-reloc.patch
--
26-set-correct-float-abi.diff
clang-baseline-fix-i386.patch
disable-sse2-old-x86.diff
# https://reviews.llvm.org/D60380
remove-apple-clang-manpage.diff
0049-Use-Debian-provided-MathJax-everywhere.patch
-
# Hurd port
hurd/hurd-pathmax.diff
--
# kfreebsd
# kfreebsd/clang_lib_Basic_Targets.diff
# kfreebsd/CMakeLists.txt.diff
# kfreebsd/lldb_source_Host_freebsd_Host.cpp.diff
# kfreebsd/lldb_source_Plugins_Process_FreeBSD.diff
# kfreebsd/tools_llvm-shlib_CMakeLists.txt.diff
-
930008-arm.diff
bootstrap-fix-include-next.diff
-
# riscv64
risc/clang-riscv64-multiarch.diff
--
# sparc64
D98574.patch
D98575.patch
--
# bug 939472
#try-to-unbreak-thinlto.diff
#D67877-cmake-clang-example.patch
--
x86-fuzzer.patch
--
python3-shebang.patch
print-lldb-path.patch
libcxx-armhf-ftbfs.diff
lower-python-dep.diff
scan-build-py-fix-analyze-path.diff
scan-build-py-fix-default-bin.diff
--
libclc-llvm-spirv.diff
omp-riscv64.patch
test-disable-lldb-i386.diff
llvm-runtimes-builtins-build-check.diff
compilerrt-builtins-arch-fix-armhf.diff
compilerrt-build-scudo-standalone-option.diff
+ use-gold-for-compiler-rt-when-set.diff
+ wasm-ld-path.diff
+raspbian-triplet.patch