[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Tue Mar 4 03:02:30 PST 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/17436

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 202813
Blamelist: dvyukov,tnorthover

BUILD FAILED: failed

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 lib/builtins/CMakeLists.txt
 lib/builtins/arm/Makefile.mk
 lib/builtins/arm/sync-ops.h
 lib/builtins/arm/sync_fetch_and_add_4.S
 lib/builtins/arm/sync_fetch_and_add_8.S
 lib/builtins/arm/sync_fetch_and_and_4.S
 lib/builtins/arm/sync_fetch_and_and_8.S
 lib/builtins/arm/sync_fetch_and_max_4.S
 lib/builtins/arm/sync_fetch_and_max_8.S
 lib/builtins/arm/sync_fetch_and_min_4.S
 lib/builtins/arm/sync_fetch_and_min_8.S
 lib/builtins/arm/sync_fetch_and_nand_4.S
 lib/builtins/arm/sync_fetch_and_nand_8.S
 lib/builtins/arm/sync_fetch_and_or_4.S
 lib/builtins/arm/sync_fetch_and_or_8.S
 lib/builtins/arm/sync_fetch_and_sub_4.S
 lib/builtins/arm/sync_fetch_and_sub_8.S
 lib/builtins/arm/sync_fetch_and_umax_4.S
 lib/builtins/arm/sync_fetch_and_umax_8.S
 lib/builtins/arm/sync_fetch_and_umin_4.S
 lib/builtins/arm/sync_fetch_and_umin_8.S
 lib/builtins/arm/sync_fetch_and_xor_4.S
 lib/builtins/arm/sync_fetch_and_xor_8.S
 make/platform/clang_macho_embedded.mk
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Tue 04 Mar 2014 02:21:53
Changed By: tnorthover
Comments: ARM: implement __sync_fetch_and_* operations

Since these are primarily useful for deeply embedded targets where code size is
very important, they are each in a separate file making use of infrastructure
in sync-ops.h. This allows a linker to include just the functions that are
actually used.

rdar://problem/14736665Properties: 




Files:
 lib/sanitizer_common/sanitizer_common_interceptors.inc
 lib/tsan/rtl/tsan_interceptors.cc
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Tue 04 Mar 2014 02:26:35
Changed By: dvyukov
Comments: tsan: move all pthread_cond interceptors into sanitizer_common

Properties: 




LOGS:






More information about the llvm-testresults mailing list