Don't attempt to build parallel-libs project as it was removed from LLVM
db0486c46f
This commit is contained in:
parent
972d727767
commit
c608b6cb91
1 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@ dependencies:
|
||||||
- llvm
|
- llvm
|
||||||
openmp:
|
openmp:
|
||||||
- clang
|
- clang
|
||||||
parallel-libs: []
|
|
||||||
polly:
|
polly:
|
||||||
- llvm
|
- llvm
|
||||||
pstl: []
|
pstl: []
|
||||||
|
@ -62,7 +61,6 @@ allprojects:
|
||||||
lldb: ["check-all"] # FIXME: `check-lldb` may not include every lldb tests?
|
lldb: ["check-all"] # FIXME: `check-lldb` may not include every lldb tests?
|
||||||
mlir: ["check-mlir"]
|
mlir: ["check-mlir"]
|
||||||
openmp: ["check-openmp"]
|
openmp: ["check-openmp"]
|
||||||
parallel-libs: ["check-all"]
|
|
||||||
polly: ["check-polly"]
|
polly: ["check-polly"]
|
||||||
pstl: ["check-all"] # There does not seem to be a more specific target.
|
pstl: ["check-all"] # There does not seem to be a more specific target.
|
||||||
llvm: ["check-llvm"]
|
llvm: ["check-llvm"]
|
||||||
|
|
Loading…
Reference in a new issue