[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Fri Jul 25 19:03:36 PDT 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building compiler-rt.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/2770
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 214006
Blamelist: samsonov
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/asan/asan_rtl.cc
lib/lsan/lsan.cc
lib/msan/msan.cc
lib/sanitizer_common/sanitizer_symbolizer.h
lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
lib/sanitizer_common/sanitizer_symbolizer_win.cc
lib/tsan/rtl/tsan_rtl.cc
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Fri 25 Jul 2014 18:51:39
Changed By: samsonov
Comments: [Sanitizer] Simplify Symbolizer creation interface.
Get rid of Symbolizer::Init(path_to_external) in favor of
thread-safe Symbolizer::GetOrInit(), and use the latter version
everywhere. Implicitly depend on the value of external_symbolizer_path
runtime flag instead of passing it around manually.
No functionality change.
Properties:
Files:
lib/ubsan/ubsan_diag.cc
lib/ubsan/ubsan_init.cc
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Fri 25 Jul 2014 18:55:39
Changed By: samsonov
Comments: [UBSan] Initialize symbolizer inside __ubsan::Init().
We used to initialize symbolizer lazily, but this doesn't work in
various sandboxed environments. Instead, let's be consistent with
the rest of sanitizers.
Properties:
LOGS:
More information about the llvm-testresults
mailing list