[compiler-rt] r230171 - TSan runtime: unbreak the build with ccache
Dmitri Gribenko
gribozavr at gmail.com
Mon Feb 23 12:48:02 PST 2015
On Mon, Feb 23, 2015 at 12:26 PM, Alexey Samsonov <vonosmas at gmail.com> wrote:
> I've landed part of this patch that modifies only CMakeLists.txt in r230247,
> and it seemed to fix both your bot
> (http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-debian-fast/builds/23461),
> and worked on our bot
> (http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-autoconf/builds/856).
Thank you!
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