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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Jun 16 09:26:49 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/929

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 211032
Blamelist: compnerd

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/builtins/arm/bswapdi2.S
 lib/builtins/arm/bswapsi2.S
 lib/builtins/arm/clzdi2.S
 lib/builtins/arm/clzsi2.S
 lib/builtins/arm/divmodsi4.S
 lib/builtins/arm/divsi3.S
 lib/builtins/arm/modsi3.S
 lib/builtins/arm/udivmodsi4.S
 lib/builtins/arm/udivsi3.S
 lib/builtins/arm/umodsi3.S
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Mon 16 Jun 2014 09:16:37
Changed By: compnerd
Comments: compiler-rt: prefer thumb over ARM

When possible, use Thumb or Thumb-2 over ARM instructions.  This is particularly
important for pure-Thumb environments (e.g. Windows on ARM).  Although, it is
possible to conditionalise this for that target specifically, this is available
on most newer ARM CPUs, and the code remains compatible with older CPUs with no
adverse effects.  It therefore feels better to always prefer Thumb when
possible.Properties: 




LOGS:






More information about the llvm-testresults mailing list