r259976 - [modules] Compress files embedded into a .pcm file, to reduce the disk usage of -fembed-all-files mode.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 5 23:20:49 PST 2016


On 5 Feb 2016 11:12 p.m., "Dmitri Gribenko" <gribozavr at gmail.com> wrote:
>
> On Fri, Feb 5, 2016 at 6:06 PM, Richard Smith via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
> > Author: rsmith
> > Date: Fri Feb  5 20:06:43 2016
> > New Revision: 259976
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=259976&view=rev
> > Log:
> > [modules] Compress files embedded into a .pcm file, to reduce the disk
usage of -fembed-all-files mode.
>
> Hi Richard,
>
> I think your commit might have caused a failure in the
> Driver/nozlibcompress.c test.  Could you take a look?

My commit made "REQUIRES: zlib" actually work. Previously that test had
been disabled on all configurations. Maybe disable it and contact whoever
added it?

>
http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/34405/steps/test/logs/stdio
>
> I am not sure why the CI software didn't include you in the email, but
> from this page http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast
> we can see that the failure was caused by one of the commits between
> 259971 and 259978, and yours is the only commit that changes something
> about zlib.
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160205/b83037ac/attachment-0001.html>


More information about the cfe-commits mailing list