public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/llvm] rawhide: Reduce debuginfo on RISC-V
@ 2026-09-04 12:02 David Abdurachmanov
0 siblings, 0 replies; only message in thread
From: David Abdurachmanov @ 2026-09-04 12:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/llvm
Branch : rawhide
Commit : b4f78a614bbfe291ab59f8b5b1811246aa7f2c35
Author : David Abdurachmanov <david.abdurachmanov@gmail.com>
Date : 2026-09-03T13:51:47-03:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/llvm/c/b4f78a614bbfe291ab59f8b5b1811246aa7f2c35?branch=rawhide
Log:
Reduce debuginfo on RISC-V
This is important in order to reduce memory consumption when linking on
RISC-V.
---
diff --git a/llvm.spec b/llvm.spec
index 8256a41..11cbf27 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -1526,7 +1526,7 @@ cd llvm/utils/lit
# TODO(kkleine): In clang we had this %ifarch s390 s390x aarch64 %ix86 ppc64le
# Decrease debuginfo verbosity to reduce memory consumption during final library linking.
%global reduce_debuginfo 0
-%ifarch %ix86
+%ifarch %ix86 riscv64
%global reduce_debuginfo 1
%endif
%if 0%{?rhel} == 8 || %{with fastclang}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-04 12:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 12:02 [rpms/llvm] rawhide: Reduce debuginfo on RISC-V David Abdurachmanov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox