remove libunwind from projects list
This commit is contained in:
parent
3bc8b9edd4
commit
6a80cb79e1
1 changed files with 0 additions and 3 deletions
|
@ -29,7 +29,6 @@ dependencies:
|
||||||
libcxx: []
|
libcxx: []
|
||||||
libcxxabi: []
|
libcxxabi: []
|
||||||
libclc: []
|
libclc: []
|
||||||
libunwind: []
|
|
||||||
lld:
|
lld:
|
||||||
- llvm
|
- llvm
|
||||||
lldb:
|
lldb:
|
||||||
|
@ -60,7 +59,6 @@ allprojects:
|
||||||
libclc: ["check-all"] # There does not seem to be a more specific target.
|
libclc: ["check-all"] # There does not seem to be a more specific target.
|
||||||
libcxx: ["check-cxx"]
|
libcxx: ["check-cxx"]
|
||||||
libcxxabi: ["check-cxxabi"]
|
libcxxabi: ["check-cxxabi"]
|
||||||
libunwind: ["check-unwind"]
|
|
||||||
lld: ["check-lld"]
|
lld: ["check-lld"]
|
||||||
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"]
|
||||||
|
@ -74,7 +72,6 @@ excludedProjects:
|
||||||
windows:
|
windows:
|
||||||
- bolt # tests are not supported yet
|
- bolt # tests are not supported yet
|
||||||
- lldb # failing tests
|
- lldb # failing tests
|
||||||
- libunwind # no windows support
|
|
||||||
- libcxx # no windows support
|
- libcxx # no windows support
|
||||||
- libcxxabi # no windows support
|
- libcxxabi # no windows support
|
||||||
- libc # no windows support
|
- libc # no windows support
|
||||||
|
|
Loading…
Add table
Reference in a new issue