No description
Find a file
Konrad Kleine 175bb38072 Avoid listing files twice
This should solve this warning:

```
RPM build warnings:
    File listed twice: /usr/lib64/cmake/clang/AddClang.cmake
    File listed twice: /usr/lib64/cmake/clang/ClangConfig.cmake
    File listed twice: /usr/lib64/cmake/clang/ClangConfigVersion.cmake
    File listed twice:
/usr/lib64/cmake/clang/ClangTargets-relwithdebinfo.cmake
    File listed twice: /usr/lib64/cmake/clang/ClangTargets.cmake
    absolute symlink: /usr/bin/clang-format-diff ->
/usr/share/clang/clang-format-diff.py
    File listed twice:
/usr/lib/clang/19/include/fuzzer/FuzzedDataProvider.h
    File listed twice: /usr/lib/clang/19/include/orc/c_api.h
    File listed twice:
/usr/lib/clang/19/include/profile/InstrProfData.inc
    File listed twice:
/usr/lib/clang/19/include/profile/instr_prof_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/allocator_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/asan_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/common_interface_defs.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/coverage_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/dfsan_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/hwasan_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/linux_syscall_hooks.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/lsan_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/memprof_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/msan_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/netbsd_syscall_hooks.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/scudo_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/tsan_interface.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/tsan_interface_atomic.h
    File listed twice:
/usr/lib/clang/19/include/sanitizer/ubsan_interface.h
    File listed twice: /usr/lib/clang/19/include/xray/xray_interface.h
    File listed twice:
/usr/lib/clang/19/include/xray/xray_log_interface.h
    File listed twice: /usr/lib/clang/19/include/xray/xray_records.h
    File listed twice: /usr/lib/clang/19/share/asan_ignorelist.txt
    File listed twice: /usr/lib/clang/19/share/cfi_ignorelist.txt
```
2024-09-02 15:45:30 +02:00
.copr Remove no longer used %llvm_snapshot_source_prefix macro 2024-09-02 15:45:30 +02:00
.fmf Port tests to tmt 2021-09-15 08:01:11 +02:00
tests Migrate tests to tests/llvm repo 2022-09-19 14:28:26 +00:00
.gitignore Use github source code archive 2024-09-02 15:45:30 +02:00
0001-Always-build-shared-libs-for-LLD.patch Always build shared libs for LLD 2024-09-02 15:45:30 +02:00
0001-cmake-Allow-shared-libraries-to-customize-the-soname.patch merge llvm, clang, compiler-rt and libomp repos 2024-09-02 15:45:17 +02:00
0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch merge llvm, clang, compiler-rt and libomp repos 2024-09-02 15:45:17 +02:00
0001-Restore-fopenmp-implicit-rpath-disabled-by-default.patch Rebase 0001-Restore-fopenmp-implicit-rpath-disabled-by-default.patch 2024-09-02 15:45:30 +02:00
0001-Workaround-a-bug-in-ORC-on-ppc64le.patch merge llvm, clang, compiler-rt and libomp repos 2024-09-02 15:45:17 +02:00
0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch Add lld.spec and patch file 2024-09-02 15:45:30 +02:00
0003-PATCH-clang-Don-t-install-static-libraries.patch merge llvm, clang, compiler-rt and libomp repos 2024-09-02 15:45:17 +02:00
build.spec.inc Use lit from in-source 2024-09-02 15:45:30 +02:00
changelog.spec.inc merge llvm, clang, compiler-rt and libomp repos 2024-09-02 15:45:17 +02:00
check.spec.inc Fix lld scriptlet naming 2024-09-02 15:45:30 +02:00
clang.cfg Install clang config file on f38 2024-09-02 15:45:30 +02:00
DistributionFedora-stage2.cmake merge llvm, clang, compiler-rt and libomp repos 2024-09-02 15:45:17 +02:00
DistributionFedora.cmake merge llvm, clang, compiler-rt and libomp repos 2024-09-02 15:45:17 +02:00
files.spec.inc Avoid listing files twice 2024-09-02 15:45:30 +02:00
gating.yaml gating: Add more required tests 2024-05-31 20:26:59 +00:00
globals.spec.inc Remove OMP SOs 2024-09-02 15:45:30 +02:00
install.spec.inc Add triple prefix to clang config files 2024-09-02 15:45:30 +02:00
llvm.rpmlintrc merge llvm, clang, compiler-rt and libomp repos 2024-09-02 15:45:17 +02:00
llvm.spec Inline %post and %postun code for llvm-devel 2024-09-02 15:45:30 +02:00
macros.clang merge llvm, clang, compiler-rt and libomp repos 2024-09-02 15:45:17 +02:00
Makefile make: Remove LTO objects when cleaning 2024-09-02 15:45:30 +02:00
packages.spec.inc Remove package libomp-tools 2024-09-02 15:45:30 +02:00
patches.spec.inc Always build shared libs for LLD 2024-09-02 15:45:30 +02:00
prep.spec.inc Apply lld patch 2024-09-02 15:45:30 +02:00
release-keys.asc Update to LLVM 15.0.0 2022-09-06 10:01:30 +02:00
sources Update to LLVM 18.1.8 2024-07-11 12:57:01 +02:00
sources.spec.inc List compiler-rt files 2024-09-02 15:45:30 +02:00
version.spec.inc Remove no longer used %llvm_snapshot_source_prefix macro 2024-09-02 15:45:30 +02:00