27 lines
741 B
Text
27 lines
741 B
Text
summary: Make sure the the LLVM plugin for binutils' ar works
|
|
description: Test that ar picks the correct plugin when archiving LLVM bitcode.
|
|
test: "$WITH_SCL ./test.sh"
|
|
require:
|
|
- binutils
|
|
framework: shell
|
|
tier: 1
|
|
component:
|
|
- llvm-toolset
|
|
- llvm
|
|
extra-summary: /tools/llvm/binutils-plugin-ar
|
|
extra-task: /tools/llvm/binutils-plugin-ar
|
|
|
|
adjust:
|
|
# Common requirements when LLVM is not SCL-ized
|
|
- require+:
|
|
- llvm
|
|
- clang
|
|
when: collection is not defined
|
|
|
|
# This will not work in RHEL-7. Check for further information:
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2119383
|
|
- because: ar doesn't pick the right plugin in RHEL-7, skip test
|
|
enabled: false
|
|
when: distro == rhel-7
|
|
|
|
extra-nitrate: TC#0614092
|