From a112bff1a0dd83736c825c46e196c088a680a684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 3 Feb 2020 13:09:55 +0000 Subject: [PATCH] added libcxxabi to excludes --- scripts/llvm-dependencies.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/llvm-dependencies.yaml b/scripts/llvm-dependencies.yaml index 688890d..f65633d 100644 --- a/scripts/llvm-dependencies.yaml +++ b/scripts/llvm-dependencies.yaml @@ -65,7 +65,8 @@ allprojects: # projects excluded from automatic configuration as they could not be built excludedProjects: -# no working with Visual Studio Compiler on Windows +# These projects are not working with Visual Studio Compiler on Windows - lldb - llgo - - libunwind \ No newline at end of file + - libunwind + - libcxxabi \ No newline at end of file