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

Dimitry Andric via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 11:49:02 PST 2016


Forgot all about it, sorry.  Now merged in r258842, thanks for the reminder.

-Dimitry

> On 26 Jan 2016, at 20:19, Hans Wennborg <hans at chromium.org> wrote:
> 
> Ping? Did this get merged, or would you like me to do it?
> 
> Thanks,
> Hans
> 
> On Thu, Jan 21, 2016 at 3:48 PM, Hans Wennborg <hans at chromium.org> wrote:
>> 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160126/17e74ed9/attachment.sig>


More information about the llvm-commits mailing list