From 7d21854ac4284a35b44387aaabc2cc967d324761cbbffb6eae493ad589dff411 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Fri, 20 Oct 2023 00:34:48 +0000 Subject: [PATCH] - Improve commit message. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm17?expand=0&rev=9 --- llvm17.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.