[compiler-rt] r235540 - [ASan] Print global registration site in init-order-checker reports.

Renato Golin renato.golin at linaro.org
Thu Apr 23 01:13:07 PDT 2015


On 22 April 2015 at 21:30, Alexey Samsonov <vonosmas at gmail.com> wrote:
> Author: samsonov
> Date: Wed Apr 22 15:30:19 2015
> New Revision: 235540
>
> URL: http://llvm.org/viewvc/llvm-project?rev=235540&view=rev
> Log:
> [ASan] Print global registration site in init-order-checker reports.
>
> Modified:
>     compiler-rt/trunk/lib/asan/asan_globals.cc
>     compiler-rt/trunk/lib/asan/asan_report.cc
>     compiler-rt/trunk/lib/asan/asan_report.h
>     compiler-rt/trunk/test/asan/TestCases/initialization-bug.cc

Hi Alexey,

This broke the ARM builds:

http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/686

http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/4890

Looks like it's something with the test, though, and it should be easy to fix.

cheers,
--renato



More information about the llvm-commits mailing list