1
0
Fork 0

Don't attempt to build parallel-libs project as it was removed from LLVM

db0486c46f
This commit is contained in:
Danila Malyutin 2021-10-22 15:52:15 +03:00 committed by Mikhail Goncharov
parent 972d727767
commit c608b6cb91

View file

@ -36,7 +36,6 @@ dependencies:
- llvm
openmp:
- clang
parallel-libs: []
polly:
- llvm
pstl: []
@ -62,7 +61,6 @@ allprojects:
lldb: ["check-all"] # FIXME: `check-lldb` may not include every lldb tests?
mlir: ["check-mlir"]
openmp: ["check-openmp"]
parallel-libs: ["check-all"]
polly: ["check-polly"]
pstl: ["check-all"] # There does not seem to be a more specific target.
llvm: ["check-llvm"]