Skip to content
Snippets Groups Projects
Commit ac59724b authored by Peter Wägemann's avatar Peter Wägemann
Browse files

Use separate repository with branch release_38_tacle for Clang

parent 8f99cd21
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,13 @@ ...@@ -2,10 +2,13 @@
# repos # repos
LLVM_GIT="http://llvm.org/git/llvm.git" LLVM_GIT="http://llvm.org/git/llvm.git"
CLANG_GIT="http://llvm.org/git/clang.git"
# branch of LLVM and Clang # branch of LLVM and Clang
BRANCH="release_38" BRANCH="release_38"
# CLANG_GIT="http://llvm.org/git/clang.git"
CLANG_GIT="git@gitlab.cs.fau.de:tacle/tacle-clang.git"
CLANG_BRANCH="release_38_tacle"
# use clang-tools-extra repository from TACLe # use clang-tools-extra repository from TACLe
EXTRA_GIT="git@gitlab.cs.fau.de:tacle/tacle-clang-tools-extra.git" EXTRA_GIT="git@gitlab.cs.fau.de:tacle/tacle-clang-tools-extra.git"
# EXTRA_GIT="http://llvm.org/git/clang-tools-extra.git" # EXTRA_GIT="http://llvm.org/git/clang-tools-extra.git"
...@@ -33,7 +36,7 @@ fi ...@@ -33,7 +36,7 @@ fi
if ! test -d ${CLANG_SRC}; then if ! test -d ${CLANG_SRC}; then
git clone ${CLANG_GIT} ${CLANG_SRC} git clone ${CLANG_GIT} ${CLANG_SRC}
cd ${CLANG_SRC} cd ${CLANG_SRC}
git checkout ${BRANCH} git checkout ${CLANG_BRANCH}
cd ${BASE} cd ${BASE}
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment