No description
Find a file
Konrad Kleine 9b0d37e0c6 Add *.so libraries explicitly for clang-devel
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
```
2024-05-10 10:38:37 +00:00
.copr Adjust download URL for tarballs to new project location 2024-05-06 10:48:11 +00:00
.fmf
tests Migrate tests to tests/llvm repo 2022-09-19 14:28:26 +00:00
.gitignore merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
0001-Always-build-shared-libs-for-LLD.patch Always build shared libs for LLD 2024-05-08 08:34:28 +00:00
0001-cmake-Allow-shared-libraries-to-customize-the-soname.patch merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
0001-Restore-fopenmp-implicit-rpath-disabled-by-default.patch Rebase 0001-Restore-fopenmp-implicit-rpath-disabled-by-default.patch 2024-05-02 14:55:23 +00:00
0001-Workaround-a-bug-in-ORC-on-ppc64le.patch merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch Add lld.spec and patch file 2024-05-06 08:20:29 +00:00
0003-PATCH-clang-Don-t-install-static-libraries.patch merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
build.spec.inc Use lit from in-source 2024-05-08 08:34:18 +00:00
changelog.spec.inc merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
check.spec.inc Fix lld scriptlet naming 2024-05-06 09:05:40 +00:00
clang.cfg Install clang config file on f38 2024-05-02 14:55:23 +00:00
DistributionFedora-stage2.cmake merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
DistributionFedora.cmake merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
files.spec.inc Add *.so libraries explicitly for clang-devel 2024-05-10 10:38:37 +00:00
gating.yaml
globals.spec.inc Fix lld scriptlet naming 2024-05-06 09:05:40 +00:00
install.spec.inc Remove LLD's HTML documentation files 2024-05-08 08:34:18 +00:00
llvm.rpmlintrc merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
llvm.spec Inline %post and %postun code for llvm-devel 2024-05-08 11:04:38 +00:00
macros.clang merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
Makefile merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00
packages.spec.inc Adjust URL: and License: tags 2024-05-10 05:57:26 +00:00
patches.spec.inc Always build shared libs for LLD 2024-05-08 08:34:28 +00:00
prep.spec.inc Apply lld patch 2024-05-06 08:59:45 +00:00
release-keys.asc Update to LLVM 15.0.0 2022-09-06 10:01:30 +02:00
sources Update to LLVM 17.0.0 RC1 2023-08-09 11:54:07 -03:00
sources.spec.inc Fixup for ead79795eb 2024-05-08 17:50:31 +00:00
version.spec.inc merge llvm, clang, compiler-rt and libomp repos 2024-05-02 14:53:58 +00:00