Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tacle-tidy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tacle
tacle-tidy
Commits
ac59724b
Commit
ac59724b
authored
9 years ago
by
Peter Wägemann
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+5
-2
5 additions, 2 deletions
setup.sh
with
5 additions
and
2 deletions
setup.sh
+
5
−
2
View file @
ac59724b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment