From d9e74d1c5c7fa2b7e9da80e5fa7de9b07bec64cc Mon Sep 17 00:00:00 2001 From: Erik Maciejewski Date: Mon, 11 Oct 2021 18:37:56 -0700 Subject: [PATCH] update changelog --- debian/changelog | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 139cb0a6..21361952 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,11 @@ llvm-toolchain-12 (1:12.0.1-11) UNRELEASED; urgency=medium - * evolve build configuration in rules file to leverage a two stage build with - runtimes support whereby the resulting stage2 (final) compiler is used to - build the stage2 (final) runtimes and all stage2 artifacts are free of gnu - compiler and c++ runtimes dependencies - * stage2 runtimes (built as part of the main stage2 build) now include - compiler-rt, libcxx and libcxxabi as well as libunwind and openmp where - supported. Additionally, legacy corresponding standalone build targets are - removed from the rules file + * evolve llvm build configuration in rules to leverage the two stage build + with runtimes support whereby the resulting stage2 (final) compiler is used + to build the stage2 (final) runtimes as part of a single monolithic build + * the stage2 runtimes build now includes compiler-rt, libcxx and libcxxabi as + well as libunwind and openmp where supported. Additionally, legacy + corresponding standalone build targets are removed from the rules file * patch openmp build to include required runtimes as dependencies to build targets so they are built first when included as part of a runtimes build since openmp can depend on them