From a1e23c574c922a91c597251895bae3a4b9254e6c Mon Sep 17 00:00:00 2001 From: Ethan Stewart Date: Thu, 11 Jun 2020 18:23:12 -0500 Subject: [PATCH] Change branch for aomp to rel_11.6-1 in aomp_common_vars. --- bin/aomp_common_vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/aomp_common_vars b/bin/aomp_common_vars index d9ad6ce0d..04586b431 100644 --- a/bin/aomp_common_vars +++ b/bin/aomp_common_vars @@ -138,7 +138,7 @@ GITKHRONOS="https://github.com/KhronosGroup" # These aomp development repositories AOMP_REPO_NAME=${AOMP_REPO_NAME:-aomp} -AOMP_REPO_BRANCH=${AOMP_REPO_BRANCH:-aomp-11.6-1} +AOMP_REPO_BRANCH=${AOMP_REPO_BRANCH:-rel_11.6-1} AOMP_PROJECT_REPO_NAME=${AOMP_PROJECT_REPO_NAME:-amd-llvm-project} AOMP_PROJECT_REPO_BRANCH=${AOMP_PROJECT_REPO_BRANCH:-aomp-11.6-1} AOMP_EXTRAS_REPO_NAME=${AOMP_EXTRAS_REPO_NAME:-aomp-extras}