mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
No description
8e6b7baa6d
We had too many `*.so` libraries added to the `clang-devel` package. Before we've added these implicitly by accident: ``` /usr/lib64/libLLVM.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/libLTO.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/libRemarks.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/libclang-cpp.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/libclang.so.19.0.0pre20240509.g943617d12ccbd3 /usr/lib64/libclang.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/liblldCOFF.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/liblldCommon.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/liblldELF.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/liblldMachO.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/liblldMinGW.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/liblldWasm.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/libomptarget.rtl.amdgpu.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/libomptarget.rtl.cuda.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/libomptarget.rtl.host.so.19.0pre20240509.g943617d12ccbd3 /usr/lib64/libomptarget.so.19.0pre20240509.g943617d12ccbd3 ``` And now we're adding just these because these are the ones that used to exist within the clang-devel package when it was still being built in standalone mode: ``` /usr/lib64/libclang-cpp.so /usr/lib64/libclang.so ``` |
||
---|---|---|
.copr | ||
.fmf | ||
tests | ||
.gitignore | ||
0001-Always-build-shared-libs-for-LLD.patch | ||
0001-cmake-Allow-shared-libraries-to-customize-the-soname.patch | ||
0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch | ||
0001-Restore-fopenmp-implicit-rpath-disabled-by-default.patch | ||
0001-Workaround-a-bug-in-ORC-on-ppc64le.patch | ||
0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch | ||
0003-PATCH-clang-Don-t-install-static-libraries.patch | ||
build.spec.inc | ||
changelog.spec.inc | ||
check.spec.inc | ||
clang.cfg | ||
DistributionFedora-stage2.cmake | ||
DistributionFedora.cmake | ||
files.spec.inc | ||
gating.yaml | ||
globals.spec.inc | ||
install.spec.inc | ||
llvm.rpmlintrc | ||
llvm.spec | ||
macros.clang | ||
Makefile | ||
packages.spec.inc | ||
patches.spec.inc | ||
prep.spec.inc | ||
release-keys.asc | ||
sources | ||
sources.spec.inc | ||
version.spec.inc |