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