Merge lp:~rengolin/cbuild/tools-llvm into lp:~linaro-toolchain-dev/cbuild/tools

Proposed by Renato Golin
Status: Merged
Approved by: Matthew Gretton-Dann
Approved revision: 105
Merged at revision: 106
Proposed branch: lp:~rengolin/cbuild/tools-llvm
Merge into: lp:~linaro-toolchain-dev/cbuild/tools
Diff against target: 17 lines (+5/-1)
1 file modified
launcher.sh (+5/-1)
To merge this branch: bzr merge lp:~rengolin/cbuild/tools-llvm
Reviewer Review Type Date Requested Status
Matthew Gretton-Dann Approve
Review via email: mp+167796@code.launchpad.net

This proposal supersedes a proposal from 2013-06-06.

Description of the change

Adds Clang, Clang-extra-tools and compiler-rt to the update, and packs into one single "llvm-svn" tarball.

Needs change in up_branch.sh (merge requested) to work.

To post a comment you must log in.
Revision history for this message
Matthew Gretton-Dann (matthew-gretton-dann) wrote :

Looks good to me. Please merge.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'launcher.sh'
2--- launcher.sh 2013-01-28 16:24:04 +0000
3+++ launcher.sh 2013-06-06 15:49:47 +0000
4@@ -70,8 +70,12 @@
5 ;;
6 4)
7 $run $ctools/chain.sh trunk "gcc-4.7+*"
8- $run $ctools/up_branch.sh $repos/llvm llvm-3.3~
9 $run $ctools/up_branch.sh $repos/gcc-arm-aarch64-4.7 gcc-arm-aaarch64-4.7+
10+ # Many updates for LLVM, only one tarball (no version number) at the end
11+ $run $ctools/up_branch.sh $repos/llvm/tools/clang
12+ $run $ctools/up_branch.sh $repos/llvm/tools/clang/tools/extra
13+ $run $ctools/up_branch.sh $repos/llvm/projects/compiler-rt
14+ $run $ctools/up_branch.sh $repos/llvm llvm-svn~
15 ;;
16 5)
17 # Benchmark the latest trunk build

Subscribers

People subscribed via source and target branches