[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Mon Oct 6 19:57:56 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/5175
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 219182
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
lib/builtins/assembly.h
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Mon 06 Oct 2014 19:50:33
Changed By: compnerd
Comments: builtins: rework use of DEFINE_COMPILERRT_THUMB_FUNCTION
This is simply to help clarity of the code. The functions are built as thumb
only if Thumb2 is available (__ARM_ARCH_ISA_THUMB == 2). Sink the selection
into the location of the definition and make DEFINE_COMPILERRT_THUMB_FUNCTION
always define a thumb function while DEFINE_COMPILERRT_FUNCTION always selects
the default.
Since the .thumb_func directive is always available (at least on Linux, Windows,
and BSD), sinking the macro right into the macro works just as well.
No functional change intended.Properties:
LOGS:
More information about the llvm-testresults
mailing list