a28a1cea65
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=261
12 lines
478 B
Plaintext
12 lines
478 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# it is a compiler and the package provides llvm-gcc-devel, llvm-gcc-c++-devel
|
|
addFilter("devel-file-in-non-devel-package .*/clang/.*/include/.*")
|
|
addFilter("devel-file-in-non-devel-package .*/clang/.*/lib/.*")
|
|
|
|
# PPC64 related hacks, remove these when we can
|
|
# build shared libs there.
|
|
addFilter("devel-file-in-non-devel-package .*/lib.*/*.a")
|
|
addFilter ("libclang.*shlib-policy-name-error")
|