From 682acefb5accca7f7f268f32f69cea545fd8eb78 Mon Sep 17 00:00:00 2001 From: Alex Voicu Date: Sat, 14 Sep 2019 11:27:33 +0300 Subject: [PATCH] Fix submodule pointers after COV3 enablement. --- .gitmodules | 4 ++-- clang | 2 +- compiler | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index ff3d222e18f..7d74f3a29fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "llvm"] path = compiler url = https://github.com/RadeonOpenCompute/llvm.git - branch = feature_but_why + branch = amd-common [submodule "lld"] path = lld url = https://github.com/RadeonOpenCompute/lld.git @@ -9,7 +9,7 @@ [submodule "clang"] path = clang url = https://github.com/RadeonOpenCompute/hcc-clang-upgrade.git - branch = feature_but_why + branch = clang_tot_upgrade [submodule "compiler-rt"] path = compiler-rt url = https://github.com/RadeonOpenCompute/compiler-rt diff --git a/clang b/clang index 2905e1d4f08..de15b882773 160000 --- a/clang +++ b/clang @@ -1 +1 @@ -Subproject commit 2905e1d4f08c2080877bce5fb9e252c424df07c0 +Subproject commit de15b882773b02a0bb231993446652d5f1855bc7 diff --git a/compiler b/compiler index 201537ba4db..6f345907bfd 160000 --- a/compiler +++ b/compiler @@ -1 +1 @@ -Subproject commit 201537ba4dbc2e66a2413f38676297259a99ffb4 +Subproject commit 6f345907bfd420b49ada29628b68af910c3e4a68