forked from pool/llvm17
b497fbd409
- Initial release based on version 17.0.1. * For details, see the release notes: - https://releases.llvm.org/17.0.1/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/tools/lld/docs/ReleaseNotes.html - Rebase patches: * libcxx-test-library-path.patch * llvm_build_tablegen_component_as_shared_library.patch * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch * llvm-remove-clang-only-flags.patch * opt-viewer-Find-style-css-in-usr-share.patch - Simplify check-no-llvm-exegesis.patch by removing test directory. - Drop patches that have landed upstream: * openmp-drop-rpath.patch - Add openmp-dont-run-gpu-arch.patch: the binaries are not available in our build, and neither are the toolchains they test for (NV CUDA and AMD HSA). OBS-URL: https://build.opensuse.org/request/show/1112838 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm17?expand=0&rev=1
20 lines
898 B
Plaintext
20 lines
898 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
addFilter("devel-file-in-non-devel-package .*/clang/.*/include/.*")
|
|
addFilter("devel-file-in-non-devel-package .*/clang/.*/lib/.*")
|
|
addFilter("devel-file-in-non-devel-package .*/usr/include/.*")
|
|
|
|
addFilter("devel-file-in-non-devel-package .*/lib.*/*.a")
|
|
addFilter("devel-file-in-non-devel-package .*/lib.*/*.so")
|
|
|
|
# We're deliberately conflicting with SLE. (https://code.opensuse.org/leap/features/issue/55)
|
|
addFilter("SUSE_Backports_policy-SLE_conflict")
|
|
|
|
# Archive seems to be deliberately empty on some architectures.
|
|
addFilter("lto-no-text-in-archive .*/lib.*/clang/.*/lib/linux/libclang_rt.asan_static-.*.a")
|
|
|
|
# Different versions of LLVM can produce the same SONAME, so we'll have to use
|
|
# non-standard names sometimes. (Leap's rpmlint complains, Tumbleweed's doesn't.)
|
|
addFilter("shlib-policy-name-error")
|