diff --git a/llvm17.changes b/llvm17.changes index 1e7f8ff..dbcb526 100644 --- a/llvm17.changes +++ b/llvm17.changes @@ -5,8 +5,8 @@ Thu Oct 19 21:04:06 UTC 2023 - Aaron Puchert * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase llvm-do-not-install-static-libraries.patch. -- Disable zstd support regardless of whether it's available for - now. (boo#1216121) +- Disable zstd support for now regardless of whether libzstd-devel + is installed. (boo#1216121) - Limit number of LTO threads on 32-bit architectures to prevent out-of-memory during linking.