[compiler-rt] r183735 - [lsan] Fix the unittest makefiles.
Dmitri Gribenko
gribozavr at gmail.com
Tue Jun 11 23:39:01 PDT 2013
On Tue, Jun 11, 2013 at 2:52 AM, Sergey Matveev <earthdok at google.com> wrote:
> Author: smatveev
> Date: Tue Jun 11 04:52:02 2013
> New Revision: 183735
>
> URL: http://llvm.org/viewvc/llvm-project?rev=183735&view=rev
> Log:
> [lsan] Fix the unittest makefiles.
Hello,
It looks like this commit broke tests build on Ubuntu 13.04 with
CMake/ninja. Could you please take a look?
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-ubuntu-13.04/builds/2379/steps/test/logs/stdio
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