Hmm, so Dimitry changed the script in r258436 to export all the projects in the right place and stop doing symlinks. I suppose we could still export test-suite on the side though. Do you want to send me a patch for that?
Thanks, Hans On Fri, Jan 22, 2016 at 5:17 AM, Daniel Sanders via llvm-branch-commits <[email protected]> wrote: > Hi Hans, > > This change also stops it exporting the test-suite. Could we keep the 'svn > export' but prevent the build by not creating the > llvm.src/projects/test-suite symlink? > It's not a problem to export it manually but I thought I might as well ask. > >> -----Original Message----- >> From: llvm-branch-commits [mailto:llvm-branch-commits- >> [email protected]] On Behalf Of Hans Wennborg via llvm-branch- >> commits >> Sent: 14 January 2016 23:24 >> To: [email protected] >> Subject: [llvm-branch-commits] [llvm-branch] r257836 - Merging r257791: >> >> Author: hans >> Date: Thu Jan 14 17:24:17 2016 >> New Revision: 257836 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=257836&view=rev >> Log: >> Merging r257791: >> ------------------------------------------------------------------------ >> r257791 | hans | 2016-01-14 11:21:14 -0800 (Thu, 14 Jan 2016) | 4 lines >> >> Exclude test-suite from CMake builds in test-release.sh >> >> It's broken. In 3.7 there wasn't a CMake build for test-suite at all, >> so we're not losing something we had before. >> ------------------------------------------------------------------------ >> >> Modified: >> llvm/branches/release_38/ (props changed) >> llvm/branches/release_38/utils/release/test-release.sh >> >> Propchange: llvm/branches/release_38/ >> ------------------------------------------------------------------------------ >> --- svn:mergeinfo (original) >> +++ svn:mergeinfo Thu Jan 14 17:24:17 2016 >> @@ -1,3 +1,3 @@ >> /llvm/branches/Apple/Pertwee:110850,110961 >> /llvm/branches/type-system-rewrite:133420-134817 >> -/llvm/trunk:155241,257645,257648,257730 >> +/llvm/trunk:155241,257645,257648,257730,257791 >> >> Modified: llvm/branches/release_38/utils/release/test-release.sh >> URL: http://llvm.org/viewvc/llvm- >> project/llvm/branches/release_38/utils/release/test- >> release.sh?rev=257836&r1=257835&r2=257836&view=diff >> ========================================================== >> ==================== >> --- llvm/branches/release_38/utils/release/test-release.sh (original) >> +++ llvm/branches/release_38/utils/release/test-release.sh Thu Jan 14 >> 17:24:17 2016 >> @@ -159,6 +159,12 @@ while [ $# -gt 0 ]; do >> shift >> done >> >> +if [ "$use_autoconf" = "no" ]; then >> + # See llvm.org/PR26146. >> + echo Skipping test-suite when using CMake. >> + do_test_suite="no" >> +fi >> + >> # Check required arguments. >> if [ -z "$Release" ]; then >> echo "error: no release number specified" >> >> >> _______________________________________________ >> llvm-branch-commits mailing list >> [email protected] >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits > _______________________________________________ > llvm-branch-commits mailing list > [email protected] > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits _______________________________________________ llvm-branch-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
