summaryrefslogtreecommitdiff
path: root/tcwg-llvm-common.sh
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2018-05-18 15:25:18 +0200
committerYvan Roux <yvan.roux@linaro.org>2018-05-18 15:25:18 +0200
commit2c86d5e5aa51a457d0abc54be186c13dfca7befa (patch)
tree2df840fc44a75dd78e6a7d87a7743ae1daabe016 /tcwg-llvm-common.sh
parent9a80c78dd228a51fc941289af83152aed10b18e4 (diff)
[LLVM] Add openmp support.
Change-Id: I702798bb1ec289def11ea8d9d3156834e4e4bf9a
Diffstat (limited to 'tcwg-llvm-common.sh')
-rwxr-xr-xtcwg-llvm-common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-llvm-common.sh b/tcwg-llvm-common.sh
index 9115e5a3..c9ef4140 100755
--- a/tcwg-llvm-common.sh
+++ b/tcwg-llvm-common.sh
@@ -134,7 +134,8 @@ is_in_list() {
# This list is used in every place we need info about the projects
LLVM_PROJECTS="llvm: clang:tools/clang lld:tools/lld
compiler-rt:projects/compiler-rt libunwind:projects/libunwind
- libcxx:projects/libcxx libcxxabi:projects/libcxxabi"
+ libcxx:projects/libcxx libcxxabi:projects/libcxxabi
+ openmp:projects/openmp"
# List all projects with a branch
list_branch_projects() {
local BRANCH="$1"