From f6c03178a8c8adaf6eea662fe9323b248df46462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Tue, 4 Feb 2020 15:45:59 +0000 Subject: [PATCH] blacklisting openmp --- scripts/llvm-dependencies.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/llvm-dependencies.yaml b/scripts/llvm-dependencies.yaml index a09ac8b..350c430 100644 --- a/scripts/llvm-dependencies.yaml +++ b/scripts/llvm-dependencies.yaml @@ -70,6 +70,7 @@ excludedProjects: - llgo - libunwind - libcxxabi + - openmp # blacklisting as kuhnel has trouble with the Perl installation defaultProjects: linux: clang;clang-tools-extra;libcxx;libcxxabi;lld;libunwind;mlir