update changelog

This commit is contained in:
Erik Maciejewski 2021-10-11 18:37:56 -07:00
parent aaf419a998
commit d9e74d1c5c

14
debian/changelog vendored
View File

@ -1,13 +1,11 @@
llvm-toolchain-12 (1:12.0.1-11) UNRELEASED; urgency=medium llvm-toolchain-12 (1:12.0.1-11) UNRELEASED; urgency=medium
* evolve build configuration in rules file to leverage a two stage build with * evolve llvm build configuration in rules to leverage the two stage build
runtimes support whereby the resulting stage2 (final) compiler is used to with runtimes support whereby the resulting stage2 (final) compiler is used
build the stage2 (final) runtimes and all stage2 artifacts are free of gnu to build the stage2 (final) runtimes as part of a single monolithic build
compiler and c++ runtimes dependencies * the stage2 runtimes build now includes compiler-rt, libcxx and libcxxabi as
* stage2 runtimes (built as part of the main stage2 build) now include well as libunwind and openmp where supported. Additionally, legacy
compiler-rt, libcxx and libcxxabi as well as libunwind and openmp where corresponding standalone build targets are removed from the rules file
supported. Additionally, legacy corresponding standalone build targets are
removed from the rules file
* patch openmp build to include required runtimes as dependencies to build * 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 targets so they are built first when included as part of a runtimes build
since openmp can depend on them since openmp can depend on them