On Fri, Feb 5, 2016 at 6:06 PM, Richard Smith via cfe-commits
<cfe-commits@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?

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 <griboz...@gmail.com>*/
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to