Add llvm-toolset-15.0

This commit is contained in:
Edjunior Machado 2022-09-30 13:09:13 +02:00
commit 75941bd254
2 changed files with 8 additions and 0 deletions

View file

@ -27,6 +27,10 @@ adjust:
environment+:
WITH_SCL: "scl enable llvm-toolset-14.0"
when: "collection == llvm-toolset-14.0"
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
environment+:
WITH_SCL: "scl enable llvm-toolset-15.0"
when: "collection == llvm-toolset-15.0"
discover:
- name: compiler-rt tests

View file

@ -26,3 +26,7 @@ adjust:
- llvm-toolset-14.0-clang
- llvm-toolset-14.0-compiler-rt
when: collection == llvm-toolset-14.0
- require+:
- llvm-toolset-15.0-clang
- llvm-toolset-15.0-compiler-rt
when: collection == llvm-toolset-15.0