public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/llvm] f45: Add clang-dxc binary
@ 2026-09-16 12:28 Nikita Popov
0 siblings, 0 replies; only message in thread
From: Nikita Popov @ 2026-09-16 12:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/llvm
Branch : f45
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=f45
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++}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-16 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16 12:28 [rpms/llvm] f45: Add clang-dxc binary Nikita Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox