[llvm] r258436 - Let test-release.sh checkout subprojects directly into the target tree,

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 15:48:24 PST 2016


Thanks! Please merge this over to 3.8 as well (or let me know, and I'll do it).

On Thu, Jan 21, 2016 at 1:57 PM, Dimitry Andric via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: dim
> Date: Thu Jan 21 15:57:49 2016
> New Revision: 258436
>
> URL: http://llvm.org/viewvc/llvm-project?rev=258436&view=rev
> Log:
> Let test-release.sh checkout subprojects directly into the target tree,
> instead of using symlinks
>
> Summary:
> In the past I have run into several problems with the way
> `test-release.sh` creates all the subproject directories as siblings,
> and then uses symlinks to stitch them all together.  In some scenarios
> this leads to clang not being able to find header files, etc.
>
> This patch changes the script so it directly exports into the correct
> target locations for each subproject.
>
> Reviewers: hans
>
> Subscribers: emaste, llvm-commits
>
> Differential Revision: http://reviews.llvm.org/D16420


More information about the llvm-commits mailing list