[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 17:48:27 PDT 2014


The Buildbot has detected a new failure on builder phase1 - sanity while building llvm.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/954

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 211082
Blamelist: dexonsmith,hans,zturner

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/IR/ValueMap.h
 unittests/IR/ValueMapTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 16 Jun 2014 17:30:37
Changed By: zturner
Comments: Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.

This enables static polymorphism of the mutex type, which is
necessary in order to replace the standard mutex implementation
with a different type.Properties: 




Files:
 include/clang/Driver/CLCompatOptions.td
 lib/Driver/Driver.cpp
 test/Driver/cl-outputs.c
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Mon 16 Jun 2014 17:30:37
Changed By: hans
Comments: Add support for the /Fi argument to clang-cl (PR20036)

Patch by Ehsan Akhgari!

Differential Revision: http://reviews.llvm.org/D4143Properties: 




Files:
 lib/Transforms/Scalar/SROA.cpp
 test/Transforms/SROA/slice-order-independence.ll
 test/Transforms/SROA/slice-width.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 16 Jun 2014 17:30:37
Changed By: dexonsmith
Comments: SROA: Only split loads on byte boundaries

r199771 accidently broke the logic that makes sure that SROA only splits
load on byte boundaries.  If such a split happens, some bits get lost
when reassembling loads of wider types, causing data corruption.

Move the width check up to reject such splits early, avoiding the
corruption.  Fixes PR19250.

Patch by: Björn Steinbrink <bsteinbr at gmail.com>Properties: 




LOGS:






More information about the llvm-testresults mailing list