public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nikita Popov <npopov@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/llvm] rawhide: Add clang-dxc binary
Date: Tue, 01 Sep 2026 13:57:45 GMT	[thread overview]
Message-ID: <178827106516.1.1249332409327590514.rpms-llvm-4701cbcb3ac9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/llvm
            Branch : rawhide
            Commit : 4701cbcb3ac973357661061777a2dbfebd75bef4
            Author : Nikita Popov <npopov@redhat.com>
            Date   : 2026-09-01T13:57:31+00:00
            Stats  : +5/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/llvm/c/4701cbcb3ac973357661061777a2dbfebd75bef4?branch=rawhide

            Log:
            Add clang-dxc binary

This was enabled as a result of https://github.com/llvm/llvm-project/pull/214066.

Note that I'm adding this to the main clang file list, rather
than clang-tools-extra. clang-dxc is a symlink alias of clang,
similar to clang++, clang-cl, etc.

[skip changelog]

---
diff --git a/llvm.spec b/llvm.spec
index 04f2ea6..8256a41 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -3544,6 +3544,11 @@ fi
     clang-cpp
     clang-scan-deps
 }}
+%if %{maj_ver} >= 24
+%{expand_bins %{expand:
+    clang-dxc
+}}
+%endif
 %{install_bindir}/clang-%{maj_ver}
 
 %{expand_mans clang clang++}

                 reply	other threads:[~2026-09-01 13:57 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=178827106516.1.1249332409327590514.rpms-llvm-4701cbcb3ac9@fedoraproject.org \
    --to=npopov@redhat.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