[compiler-rt] r230171 - TSan runtime: unbreak the build with ccache

Dmitri Gribenko gribozavr at gmail.com
Sun Feb 22 04:25:09 PST 2015


On Sun, Feb 22, 2015 at 3:05 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> Author: gribozavr
> Date: Sun Feb 22 05:04:59 2015
> New Revision: 230171
>
> URL: http://llvm.org/viewvc/llvm-project?rev=230171&view=rev
> Log:
> TSan runtime: unbreak the build with ccache

Hello Alexey,

This commit of mine broke your buildbot:

http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-autoconf/builds/819

I have a hard time understanding the error.  The option
-Wno-unused-const-variable was used in the script previously, but the
compiler on your buildbot only started complaining after my commit.
Any ideas?

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>*/



More information about the llvm-commits mailing list