From 1e66de180ac8f3e8734782540b5d92ded2d7406e Mon Sep 17 00:00:00 2001 From: Erik Maciejewski Date: Tue, 19 Oct 2021 13:31:44 -0700 Subject: [PATCH] update changelog --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index fdf55f21..9782deb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +llvm-toolchain-12 (1:12.0.1-12) unstable; urgency=medium + + * re-disable building builtins on armel as they still fail + * add patch to libcxxabi cmake build for adding builtins to lib flags fixing + an issue where builtins were not being linked into libcxxabi when + LIBCXXABI_USE_COMPILER_RT=ON + + -- Erik Maciejewski Tue, 19 Oct 2021 01:28:50 -0700 + llvm-toolchain-12 (1:12.0.1-11) unstable; urgency=medium * add missing LIBUNWIND_USE_COMPILER_RT to CLANG_BOOTSTRAP_PASSTHROUGH to link