public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Abdurachmanov <david.abdurachmanov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/llvm] rawhide: Reduce debuginfo on RISC-V
Date: Fri, 04 Sep 2026 12:02:01 GMT	[thread overview]
Message-ID: <178852332145.1.12601547382548841560.rpms-llvm-b4f78a614bbf@fedoraproject.org> (raw)

            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}

                 reply	other threads:[~2026-09-04 12:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178852332145.1.12601547382548841560.rpms-llvm-b4f78a614bbf@fedoraproject.org \
    --to=david.abdurachmanov@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox