forked from pool/llvm14
65d4d69fab
- Add llvm-rust-mangle-for-fastcall.patch for rust 1.59. - Fix armv6hl cpu architecture typo. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=6
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")
|