From 6a80cb79e1ce29926e9109e841ca92bd96c1eca5 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Thu, 10 Nov 2022 11:44:43 +0100 Subject: [PATCH] remove libunwind from projects list --- scripts/llvm-dependencies.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/llvm-dependencies.yaml b/scripts/llvm-dependencies.yaml index 3cbab37..8f83fe4 100644 --- a/scripts/llvm-dependencies.yaml +++ b/scripts/llvm-dependencies.yaml @@ -29,7 +29,6 @@ dependencies: libcxx: [] libcxxabi: [] libclc: [] - libunwind: [] lld: - llvm lldb: @@ -60,7 +59,6 @@ allprojects: libclc: ["check-all"] # There does not seem to be a more specific target. libcxx: ["check-cxx"] libcxxabi: ["check-cxxabi"] - libunwind: ["check-unwind"] lld: ["check-lld"] lldb: ["check-all"] # FIXME: `check-lldb` may not include every lldb tests? mlir: ["check-mlir"] @@ -74,7 +72,6 @@ excludedProjects: windows: - bolt # tests are not supported yet - lldb # failing tests - - libunwind # no windows support - libcxx # no windows support - libcxxabi # no windows support - libc # no windows support