summaryrefslogtreecommitdiff
path: root/tcwg-llvm-common.sh
diff options
context:
space:
mode:
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"