f08dbfb441
Update to llvm 3.8.1 Many other fixes and cleanups OBS-URL: https://build.opensuse.org/request/show/425075 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=467
10 lines
398 B
Plaintext
10 lines
398 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")
|